wifi: virt_wifi: fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Link: https://lore.kernel.org/r/20220521111145.81697-8-Julia.Lawall@inria.fr Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
bc0130524c
commit
1bee7546f0
@ -654,7 +654,7 @@ static int __init virt_wifi_init_module(void)
|
||||
{
|
||||
int err;
|
||||
|
||||
/* Guaranteed to be locallly-administered and not multicast. */
|
||||
/* Guaranteed to be locally-administered and not multicast. */
|
||||
eth_random_addr(fake_router_bssid);
|
||||
|
||||
err = register_netdevice_notifier(&virt_wifi_notifier);
|
||||
|
Loading…
x
Reference in New Issue
Block a user