Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ieee80211: fix 'the' doubling in comments

Remove redundant 'the' where 'the the' was written.

Signed-off-by: Zvika Yehudai <zvikayeh@gmail.com>
Link: https://lore.kernel.org/r/20200203080823.24949-1-zvikayeh@gmail.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

authored by

Zvika Yehudai and committed by
Johannes Berg
f93d6b21 52b4810b

+3 -3
+3 -3
include/linux/ieee80211.h
··· 2062 2062 2063 2063 /* 2064 2064 * ieee80211_he_oper_size - calculate 802.11ax HE Operations IE size 2065 - * @he_oper_ie: byte data of the He Operations IE, stating from the the byte 2065 + * @he_oper_ie: byte data of the He Operations IE, stating from the byte 2066 2066 * after the ext ID byte. It is assumed that he_oper_ie has at least 2067 2067 * sizeof(struct ieee80211_he_operation) bytes, the caller must have 2068 2068 * validated this. ··· 2100 2100 2101 2101 /* 2102 2102 * ieee80211_he_spr_size - calculate 802.11ax HE Spatial Reuse IE size 2103 - * @he_spr_ie: byte data of the He Spatial Reuse IE, stating from the the byte 2103 + * @he_spr_ie: byte data of the He Spatial Reuse IE, stating from the byte 2104 2104 * after the ext ID byte. It is assumed that he_spr_ie has at least 2105 2105 * sizeof(struct ieee80211_he_spr) bytes, the caller must have validated 2106 2106 * this ··· 2743 2743 */ 2744 2744 #define WLAN_EXT_CAPA3_MULTI_BSSID_SUPPORT BIT(6) 2745 2745 2746 - /* TDLS capabilities in the the 4th byte of @WLAN_EID_EXT_CAPABILITY */ 2746 + /* TDLS capabilities in the 4th byte of @WLAN_EID_EXT_CAPABILITY */ 2747 2747 #define WLAN_EXT_CAPA4_TDLS_BUFFER_STA BIT(4) 2748 2748 #define WLAN_EXT_CAPA4_TDLS_PEER_PSM BIT(5) 2749 2749 #define WLAN_EXT_CAPA4_TDLS_CHAN_SWITCH BIT(6)