]> www.infradead.org Git - linux.git/commitdiff
staging: rtl8723bs: include: Fix spelling mistake in rtw_mlme.h
authorRoshan Khatri <topofeverest8848@gmail.com>
Tue, 10 Sep 2024 04:05:01 +0000 (09:50 +0545)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Sep 2024 13:57:18 +0000 (15:57 +0200)
This patch fixes spelling mistake to increase code readability
and searching.

Signed-off-by: Roshan Khatri <topofeverest8848@gmail.com>
Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/8b9184ba4e489d7eec389389ae435fa4d9232113.1725933169.git.topofeverest8848@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/rtw_mlme.h

index e103c4a15d1a1aeb3cb6cb8a3f0fc6b0232ad48d..e665479babc25417c67bae97e76c92a97fbeff49 100644 (file)
@@ -131,7 +131,7 @@ struct mlme_priv {
        u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */
        u32 roam_scan_int_ms; /* scan interval for active roam */
        u32 roam_scanr_exp_ms; /* scan result expire time in ms  for roam */
-       u8 roam_tgt_addr[ETH_ALEN]; /* request to roam to speicific target without other consideration */
+       u8 roam_tgt_addr[ETH_ALEN]; /* request to roam to specific target without other consideration */
 
        u8 *nic_hdl;