mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-26 04:25:27 +08:00
brcmfmac: fix spelling mistakes on "Ivalid"
Trivial fixes to spelling mistake "Ivalid" to "Invalid" in brcmf_err error messages. Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
3b1fc7680a
commit
ad334bbb07
@ -3971,7 +3971,7 @@ brcmf_configure_wpaie(struct brcmf_if *ifp,
|
||||
pval |= AES_ENABLED;
|
||||
break;
|
||||
default:
|
||||
brcmf_err("Ivalid unicast security info\n");
|
||||
brcmf_err("Invalid unicast security info\n");
|
||||
}
|
||||
offset++;
|
||||
}
|
||||
@ -4015,7 +4015,7 @@ brcmf_configure_wpaie(struct brcmf_if *ifp,
|
||||
wpa_auth |= WPA2_AUTH_1X_SHA256;
|
||||
break;
|
||||
default:
|
||||
brcmf_err("Ivalid key mgmt info\n");
|
||||
brcmf_err("Invalid key mgmt info\n");
|
||||
}
|
||||
offset++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user