Commit 8fd1e027 authored by R Veera Kumar's avatar R Veera Kumar Committed by Greg Kroah-Hartman

staging: rtl8723bs: os_dep: Correct typos in comments

Correct typos in comments.
Misspellings found using checkpatch.pl.
Signed-off-by: default avatarR Veera Kumar <vkor@vkten.in>
Link: https://lore.kernel.org/r/20200326125500.12861-1-vkor@vkten.inSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 858ea450
...@@ -1093,7 +1093,7 @@ static int rtw_wx_get_range(struct net_device *dev, ...@@ -1093,7 +1093,7 @@ static int rtw_wx_get_range(struct net_device *dev,
/* Commented by Albert 2009/10/13 */ /* Commented by Albert 2009/10/13 */
/* The following code will proivde the security capability to network manager. */ /* The following code will proivde the security capability to network manager. */
/* If the driver doesn't provide this capability to network manager, */ /* If the driver doesn't provide this capability to network manager, */
/* the WPA/WPA2 routers can't be choosen in the network manager. */ /* the WPA/WPA2 routers can't be chosen in the network manager. */
/* /*
#define IW_SCAN_CAPA_NONE 0x00 #define IW_SCAN_CAPA_NONE 0x00
...@@ -1391,7 +1391,7 @@ static int rtw_wx_set_scan(struct net_device *dev, struct iw_request_info *a, ...@@ -1391,7 +1391,7 @@ static int rtw_wx_set_scan(struct net_device *dev, struct iw_request_info *a,
} }
/* jeff: it has still some scan paramater to parse, we only do this now... */ /* jeff: it has still some scan parameter to parse, we only do this now... */
_status = rtw_set_802_11_bssid_list_scan(padapter, ssid, RTW_SSID_SCAN_AMOUNT); _status = rtw_set_802_11_bssid_list_scan(padapter, ssid, RTW_SSID_SCAN_AMOUNT);
} else { } else {
......
...@@ -1274,7 +1274,7 @@ void rtw_suspend_wow(struct adapter *padapter) ...@@ -1274,7 +1274,7 @@ void rtw_suspend_wow(struct adapter *padapter)
padapter->intf_stop(padapter); padapter->intf_stop(padapter);
} }
/* 2.1 clean interupt */ /* 2.1 clean interrupt */
if (padapter->HalFunc.clear_interrupt) if (padapter->HalFunc.clear_interrupt)
padapter->HalFunc.clear_interrupt(padapter); padapter->HalFunc.clear_interrupt(padapter);
...@@ -1348,7 +1348,7 @@ void rtw_suspend_ap_wow(struct adapter *padapter) ...@@ -1348,7 +1348,7 @@ void rtw_suspend_ap_wow(struct adapter *padapter)
/* 2. disable interrupt */ /* 2. disable interrupt */
rtw_hal_disable_interrupt(padapter); /* It need wait for leaving 32K. */ rtw_hal_disable_interrupt(padapter); /* It need wait for leaving 32K. */
/* 2.1 clean interupt */ /* 2.1 clean interrupt */
if (padapter->HalFunc.clear_interrupt) if (padapter->HalFunc.clear_interrupt)
padapter->HalFunc.clear_interrupt(padapter); padapter->HalFunc.clear_interrupt(padapter);
......
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