diff options
author | Joe Perches <joe@perches.com> | 2019-10-24 11:32:12 -0700 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2019-10-28 13:14:37 +0100 |
commit | 3f2aef10ffad76c31275ae66b1d6e486b22619d6 (patch) | |
tree | 5e2fae5608397efca4c7ece51f01011e6d8d8cc4 /include/net/mac80211.h | |
parent | ae4a50ee3151d6cb11c56297699ca9025eb18077 (diff) |
mac80211: fix a typo of "function"
Signed-off-by: Joe Perches <joe@perches.com>
Link: https://lore.kernel.org/r/4d53be6c963542878d370ff1a6dc7c3a89b28d23.camel@perches.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r-- | include/net/mac80211.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index 67866fa1328d..f5996960eace 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -2626,7 +2626,7 @@ ieee80211_get_alt_retry_rate(const struct ieee80211_hw *hw, * @hw: the hardware * @skb: the skb * - * Free a transmit skb. Use this funtion when some failure + * Free a transmit skb. Use this function when some failure * to transmit happened and thus status cannot be reported. */ void ieee80211_free_txskb(struct ieee80211_hw *hw, struct sk_buff *skb); |