Message ID | 20220125180735.1123792-1-trix@redhat.com |
---|---|
State | New |
Headers | show |
Series | ieee80211: cleanup double word in comment | expand |
diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h index 559b6c6449384..5475383936f8b 100644 --- a/include/linux/ieee80211.h +++ b/include/linux/ieee80211.h @@ -467,7 +467,7 @@ static inline bool ieee80211_is_data_qos(__le16 fc) static inline bool ieee80211_is_data_present(__le16 fc) { /* - * mask with 0x40 and test that that bit is clear to only return true + * mask with 0x40 and test that bit is clear to only return true * for the data-containing substypes. */ return (fc & cpu_to_le16(IEEE80211_FCTL_FTYPE | 0x40)) ==