Commit a53e8f3e authored by Colin Ian King's avatar Colin Ian King Committed by Kalle Valo

rsi: fix spelling mistake "Uknown" -> "Unknown"

Trivial fix to spelling mistake in rsi_dbg message text
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 6e91d483
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment