staging: rtl8723bs: os_dep: Correct typos in comments
authorR Veera Kumar <vkor@vkten.in>
Thu, 26 Mar 2020 12:55:00 +0000 (18:25 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2020 14:45:08 +0000 (15:45 +0100)
Correct typos in comments.
Misspellings found using checkpatch.pl.

Signed-off-by: R Veera Kumar <vkor@vkten.in>
Link: https://lore.kernel.org/r/20200326125500.12861-1-vkor@vkten.in
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/ioctl_linux.c
drivers/staging/rtl8723bs/os_dep/os_intfs.c

index 29f36cca3972d44e4b9f97642226606a90766d3a..5059b874080e9e41f818cbecbdf3a774392215f5 100644 (file)
@@ -1093,7 +1093,7 @@ static int rtw_wx_get_range(struct net_device *dev,
 /*  Commented by Albert 2009/10/13 */
 /*  The following code will proivde the security 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
@@ -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);
 
        } else {
index 17e65934fb5b25eb374e99b38d8fdf96e44e94ff..d29f59bbb6130029a3e1eae40c8acfeeb0768070 100644 (file)
@@ -1274,7 +1274,7 @@ void rtw_suspend_wow(struct adapter *padapter)
                        padapter->intf_stop(padapter);
                }
 
-               /*  2.1 clean interupt */
+               /*  2.1 clean interrupt */
                if (padapter->HalFunc.clear_interrupt)
                        padapter->HalFunc.clear_interrupt(padapter);
 
@@ -1348,7 +1348,7 @@ void rtw_suspend_ap_wow(struct adapter *padapter)
        /*  2. disable interrupt */
        rtw_hal_disable_interrupt(padapter); /*  It need wait for leaving 32K. */
 
-       /*  2.1 clean interupt */
+       /*  2.1 clean interrupt */
        if (padapter->HalFunc.clear_interrupt)
                padapter->HalFunc.clear_interrupt(padapter);