diff options
author | Zheng Yongjun <zhengyongjun3@huawei.com> | 2021-06-07 23:00:47 +0800 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2021-06-23 12:36:32 +0200 |
commit | ab4040df6efb87f92c7ec5bd65b5a093654d6a85 (patch) | |
tree | 446e30cec7ac8d74fa97d383d398d91e5f5208a7 /net/mac80211/mlme.c | |
parent | f253683e602996b250db7a3a7b77e0e908c9dbbc (diff) |
mac80211: fix some spelling mistakes
Fix some spelling mistakes in comments:
freeed ==> freed
addreses ==> addresses
containging ==> containing
capablity ==> capability
sucess ==> success
atleast ==> at least
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Link: https://lore.kernel.org/r/20210607150047.2855962-1-zhengyongjun3@huawei.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/mlme.c')
-rw-r--r-- | net/mac80211/mlme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index 9b9f6ab3b722..b3123e00f118 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c @@ -585,7 +585,7 @@ static void ieee80211_add_vht_ie(struct ieee80211_sub_if_data *sdata, cap &= ~IEEE80211_VHT_CAP_MU_BEAMFORMEE_CAPABLE; /* - * If some other vif is using the MU-MIMO capablity we cannot associate + * If some other vif is using the MU-MIMO capability we cannot associate * using MU-MIMO - this will lead to contradictions in the group-id * mechanism. * Ownership is defined since association request, in order to avoid |