Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2cc8918e authored by Colin Ian King's avatar Colin Ian King Committed by Kalle Valo
Browse files

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



Trivial fix to spelling mistake in RT_TRACE message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent b3b2f62c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}