Skip to content

Commit

Permalink
rtlwifi: rtl8821ae: fix spelling mistake: "faill" -> "failed"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Kalle Valo committed Aug 24, 2017
1 parent b3b2f62 commit 2cc8918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/realtek/rtlwifi/rtl8821ae/fw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 2cc8918

Please sign in to comment.