diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-10-24 17:23:23 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-10-28 13:41:59 -0700 |
commit | e1b185491f739983b596804953586346e50351c9 (patch) | |
tree | fa3b4286b2906c0a416821d222071c5d73b08cb6 /include/net/cfg80211.h | |
parent | c199ce4f9dd896c716aece33e6750be34aea1151 (diff) | |
download | lwn-e1b185491f739983b596804953586346e50351c9.tar.gz lwn-e1b185491f739983b596804953586346e50351c9.zip |
net: Fix various misspellings of "connect"
Fix misspellings of "disconnect", "disconnecting", "connections", and
"disconnected".
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Kalle Valo <kvalo@codeaurora.org>
Acked-by: Simon Horman <horms@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 4ab2c49423dc..ab6850bbba99 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -6593,7 +6593,7 @@ struct cfg80211_roam_info { * time it is accessed in __cfg80211_roamed() due to delay in scheduling * rdev->event_work. In case of any failures, the reference is released * either in cfg80211_roamed() or in __cfg80211_romed(), Otherwise, it will be - * released while diconneting from the current bss. + * released while disconnecting from the current bss. */ void cfg80211_roamed(struct net_device *dev, struct cfg80211_roam_info *info, gfp_t gfp); |