mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-26 21:54:11 +08:00
rsi: fix spelling mistake "Uknown" -> "Unknown"
Trivial fix to spelling mistake in rsi_dbg message text Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
6e91d48371
commit
a53e8f3eda
@ -1103,7 +1103,7 @@ static int rsi_mac80211_ampdu_action(struct ieee80211_hw *hw,
|
||||
break;
|
||||
|
||||
default:
|
||||
rsi_dbg(ERR_ZONE, "%s: Uknown AMPDU action\n", __func__);
|
||||
rsi_dbg(ERR_ZONE, "%s: Unknown AMPDU action\n", __func__);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user