Commit e1b18549 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by David S. Miller

net: Fix various misspellings of "connect"

Fix misspellings of "disconnect", "disconnecting", "connections", and
"disconnected".
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: default avatarKalle Valo <kvalo@codeaurora.org>
Acked-by: default avatarSimon Horman <horms@verge.net.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c199ce4f
...@@ -511,7 +511,7 @@ int i2400mu_probe(struct usb_interface *iface, ...@@ -511,7 +511,7 @@ int i2400mu_probe(struct usb_interface *iface,
/* /*
* Disconect a i2400m from the system. * Disconnect a i2400m from the system.
* *
* i2400m_stop() has been called before, so al the rx and tx contexts * i2400m_stop() has been called before, so al the rx and tx contexts
* have been taken down already. Make sure the queue is stopped, * have been taken down already. Make sure the queue is stopped,
......
...@@ -1352,9 +1352,9 @@ static void _rtl92s_phy_set_rfhalt(struct ieee80211_hw *hw) ...@@ -1352,9 +1352,9 @@ static void _rtl92s_phy_set_rfhalt(struct ieee80211_hw *hw)
/* SW/HW radio off or halt adapter!! For example S3/S4 */ /* SW/HW radio off or halt adapter!! For example S3/S4 */
} else { } else {
/* LED function disable. Power range is about 8mA now. */ /* LED function disable. Power range is about 8mA now. */
/* if write 0xF1 disconnet_pci power /* if write 0xF1 disconnect_pci power
* ifconfig wlan0 down power are both high 35:70 */ * ifconfig wlan0 down power are both high 35:70 */
/* if write oxF9 disconnet_pci power /* if write oxF9 disconnect_pci power
* ifconfig wlan0 down power are both low 12:45*/ * ifconfig wlan0 down power are both low 12:45*/
rtl_write_byte(rtlpriv, 0x03, 0xF9); rtl_write_byte(rtlpriv, 0x03, 0xF9);
} }
......
...@@ -6593,7 +6593,7 @@ struct cfg80211_roam_info { ...@@ -6593,7 +6593,7 @@ struct cfg80211_roam_info {
* time it is accessed in __cfg80211_roamed() due to delay in scheduling * time it is accessed in __cfg80211_roamed() due to delay in scheduling
* rdev->event_work. In case of any failures, the reference is released * rdev->event_work. In case of any failures, the reference is released
* either in cfg80211_roamed() or in __cfg80211_romed(), Otherwise, it will be * 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, void cfg80211_roamed(struct net_device *dev, struct cfg80211_roam_info *info,
gfp_t gfp); gfp_t gfp);
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* Authors: Raducu Deaconu <rhadoo_io@yahoo.com> * Authors: Raducu Deaconu <rhadoo_io@yahoo.com>
* *
* Scheduler implements "overflow" loadbalancing according to number of active * Scheduler implements "overflow" loadbalancing according to number of active
* connections , will keep all conections to the node with the highest weight * connections , will keep all connections to the node with the highest weight
* and overflow to the next node if the number of connections exceeds the node's * and overflow to the next node if the number of connections exceeds the node's
* weight. * weight.
* Note that this scheduler might not be suitable for UDP because it only uses * Note that this scheduler might not be suitable for UDP because it only uses
......
...@@ -114,7 +114,7 @@ void regulatory_hint_country_ie(struct wiphy *wiphy, ...@@ -114,7 +114,7 @@ void regulatory_hint_country_ie(struct wiphy *wiphy,
u8 country_ie_len); u8 country_ie_len);
/** /**
* regulatory_hint_disconnect - informs all devices have been disconneted * regulatory_hint_disconnect - informs all devices have been disconnected
* *
* Regulotory rules can be enhanced further upon scanning and upon * Regulotory rules can be enhanced further upon scanning and upon
* connection to an AP. These rules become stale if we disconnect * connection to an AP. These rules become stale if we disconnect
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment