summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Araujo <leonardo.aa88@gmail.com>2022-02-07 20:42:10 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-02-08 10:35:32 +0100
commit171561849655ee8f0e2c25513fbe0c27026e4777 (patch)
tree4385441f4c78ee1b344ab43daab59e544bede387
parent4948dbb78d53a69a5637b9651f5e4a573ad9bca3 (diff)
downloadlinux-171561849655ee8f0e2c25513fbe0c27026e4777.tar.gz
linux-171561849655ee8f0e2c25513fbe0c27026e4777.zip
Staging: r8188eu: core: 'associcated' may be misspelled - perhaps 'associated'?
This patch fixes the following checkpatch.pl warning: CHECK: 'associcated' may be misspelled - perhaps 'associated'? Signed-off-by: Leonardo Araujo <leonardo.aa88@gmail.com> Link: https://lore.kernel.org/r/20220207234210.26097-1-leonardo.aa88@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/r8188eu/core/rtw_ap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/r8188eu/core/rtw_ap.c b/drivers/staging/r8188eu/core/rtw_ap.c
index 1486ec613458..19d12dd9788e 100644
--- a/drivers/staging/r8188eu/core/rtw_ap.c
+++ b/drivers/staging/r8188eu/core/rtw_ap.c
@@ -785,7 +785,7 @@ static int rtw_ht_operation_update(struct adapter *padapter)
void associated_clients_update(struct adapter *padapter, u8 updated)
{
- /* update associcated stations cap. */
+ /* update associated stations cap. */
if (updated) {
struct list_head *phead, *plist;
struct sta_info *psta = NULL;
@@ -939,7 +939,7 @@ void bss_cap_update_on_sta_join(struct adapter *padapter, struct sta_info *psta)
update_beacon(padapter, _HT_ADD_INFO_IE_, NULL, true);
}
- /* update associcated stations cap. */
+ /* update associated stations cap. */
associated_clients_update(padapter, beacon_updated);
netdev_dbg(padapter->pnetdev, "updated = %d\n", beacon_updated);
@@ -1003,7 +1003,7 @@ u8 bss_cap_update_on_sta_leave(struct adapter *padapter, struct sta_info *psta)
update_beacon(padapter, _HT_ADD_INFO_IE_, NULL, true);
}
- /* update associcated stations cap. */
+ /* update associated stations cap. */
netdev_dbg(padapter->pnetdev, "updated = %d\n", beacon_updated);