mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
manager: Fix typo
This commit is contained in:
parent
6b87d3e7e2
commit
cfd2fe7d33
@ -755,7 +755,7 @@ static void manager_config_notify(struct l_genl_msg *msg, void *user_data)
|
|||||||
|
|
||||||
if (!wiphy_find(wiphy_id)) {
|
if (!wiphy_find(wiphy_id)) {
|
||||||
l_warn("Received a NEW_INTERFACE for a wiphy id"
|
l_warn("Received a NEW_INTERFACE for a wiphy id"
|
||||||
" that isn't tracked. This is most ikely a"
|
" that isn't tracked. This is most likely a"
|
||||||
" kernel bug where NEW_WIPHY events that are"
|
" kernel bug where NEW_WIPHY events that are"
|
||||||
" too large are dropped on the floor."
|
" too large are dropped on the floor."
|
||||||
" Attempting a workaround...");
|
" Attempting a workaround...");
|
||||||
|
Loading…
Reference in New Issue
Block a user