]> Git Repo - linux.git/commitdiff
rtlwifi: fix spelling mistake: "encrypiton" -> "encryption"
authorColin Ian King <[email protected]>
Fri, 30 Dec 2016 14:50:27 +0000 (14:50 +0000)
committerKalle Valo <[email protected]>
Sun, 1 Jan 2017 18:54:33 +0000 (20:54 +0200)
trivial fix to spelling mistake in RT_TRACE message

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
drivers/net/wireless/realtek/rtlwifi/core.c

index 3cfdbea40ffa87fbfa4228a3e3e768108e438b73..9ec72d1d089a1ef1963faa16c6496f5ed6c8a94c 100644 (file)
@@ -1529,7 +1529,7 @@ static int rtl_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
                key_type = AESCMAC_ENCRYPTION;
                RT_TRACE(rtlpriv, COMP_SEC, DBG_DMESG, "alg:CMAC\n");
                RT_TRACE(rtlpriv, COMP_SEC, DBG_DMESG,
-                        "HW don't support CMAC encrypiton, use software CMAC encrypiton\n");
+                        "HW don't support CMAC encryption, use software CMAC encryption\n");
                err = -EOPNOTSUPP;
                goto out_unlock;
        default:
This page took 0.060171 seconds and 4 git commands to generate.