Commit 17156184 authored by Leonardo Araujo's avatar Leonardo Araujo Committed by Greg Kroah-Hartman
Browse files

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: default avatarLeonardo Araujo <leonardo.aa88@gmail.com>
Link: https://lore.kernel.org/r/20220207234210.26097-1-leonardo.aa88@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4948dbb7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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);