Skip to content

Commit 8fd1e02

Browse files
R Veera Kumargregkh
authored andcommitted
staging: rtl8723bs: os_dep: Correct typos in comments
Correct typos in comments. Misspellings found using checkpatch.pl. Signed-off-by: R Veera Kumar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 858ea45 commit 8fd1e02

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

drivers/staging/rtl8723bs/os_dep/ioctl_linux.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ static int rtw_wx_get_range(struct net_device *dev,
10931093
/* Commented by Albert 2009/10/13 */
10941094
/* The following code will proivde the security capability to network manager. */
10951095
/* If the driver doesn't provide this capability to network manager, */
1096-
/* the WPA/WPA2 routers can't be choosen in the network manager. */
1096+
/* the WPA/WPA2 routers can't be chosen in the network manager. */
10971097

10981098
/*
10991099
#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,
13911391

13921392
}
13931393

1394-
/* jeff: it has still some scan paramater to parse, we only do this now... */
1394+
/* jeff: it has still some scan parameter to parse, we only do this now... */
13951395
_status = rtw_set_802_11_bssid_list_scan(padapter, ssid, RTW_SSID_SCAN_AMOUNT);
13961396

13971397
} else {

drivers/staging/rtl8723bs/os_dep/os_intfs.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ void rtw_suspend_wow(struct adapter *padapter)
12741274
padapter->intf_stop(padapter);
12751275
}
12761276

1277-
/* 2.1 clean interupt */
1277+
/* 2.1 clean interrupt */
12781278
if (padapter->HalFunc.clear_interrupt)
12791279
padapter->HalFunc.clear_interrupt(padapter);
12801280

@@ -1348,7 +1348,7 @@ void rtw_suspend_ap_wow(struct adapter *padapter)
13481348
/* 2. disable interrupt */
13491349
rtw_hal_disable_interrupt(padapter); /* It need wait for leaving 32K. */
13501350

1351-
/* 2.1 clean interupt */
1351+
/* 2.1 clean interrupt */
13521352
if (padapter->HalFunc.clear_interrupt)
13531353
padapter->HalFunc.clear_interrupt(padapter);
13541354

0 commit comments

Comments
 (0)