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>
This commit is contained in:
parent
ae4a50ee31
commit
3f2aef10ff
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue