rtlwifi: rtl8821ae: fix spelling mistake: "faill" -> "failed"

Trivial fix to spelling mistake in RT_TRACE message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
Colin Ian King 2017-08-22 13:59:04 +01:00 committed by Kalle Valo
parent b3b2f62c62
commit 2cc8918eb9

View File

@ -98,7 +98,7 @@ static int _rtl8821ae_fw_free_to_go(struct ieee80211_hw *hw)
if (counter >= FW_8821AE_POLLING_TIMEOUT_COUNT) {
RT_TRACE(rtlpriv, COMP_ERR, DBG_LOUD,
"chksum report faill ! REG_MCUFWDL:0x%08x .\n",
"chksum report fail! REG_MCUFWDL:0x%08x .\n",
value32);
goto exit;
}