Skip to content

Commit e958a0e

Browse files
roshank8848gregkh
authored andcommitted
staging: rtl8723bs: include: Fix spelling mistake in rtw_mlme.h
This patch fixes spelling mistake to increase code readability and searching. Signed-off-by: Roshan Khatri <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/8b9184ba4e489d7eec389389ae435fa4d9232113.1725933169.git.topofeverest8848@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent ac4e975 commit e958a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/rtl8723bs/include/rtw_mlme.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ struct mlme_priv {
131131
u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */
132132
u32 roam_scan_int_ms; /* scan interval for active roam */
133133
u32 roam_scanr_exp_ms; /* scan result expire time in ms for roam */
134-
u8 roam_tgt_addr[ETH_ALEN]; /* request to roam to speicific target without other consideration */
134+
u8 roam_tgt_addr[ETH_ALEN]; /* request to roam to specific target without other consideration */
135135

136136
u8 *nic_hdl;
137137

0 commit comments

Comments
 (0)