Commit ad334bbb authored by Colin Ian King's avatar Colin Ian King Committed by Kalle Valo

brcmfmac: fix spelling mistakes on "Ivalid"

Trivial fixes to spelling mistake "Ivalid" to "Invalid" in
brcmf_err error messages.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarArend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 3b1fc768
...@@ -3971,7 +3971,7 @@ brcmf_configure_wpaie(struct brcmf_if *ifp, ...@@ -3971,7 +3971,7 @@ brcmf_configure_wpaie(struct brcmf_if *ifp,
pval |= AES_ENABLED; pval |= AES_ENABLED;
break; break;
default: default:
brcmf_err("Ivalid unicast security info\n"); brcmf_err("Invalid unicast security info\n");
} }
offset++; offset++;
} }
...@@ -4015,7 +4015,7 @@ brcmf_configure_wpaie(struct brcmf_if *ifp, ...@@ -4015,7 +4015,7 @@ brcmf_configure_wpaie(struct brcmf_if *ifp,
wpa_auth |= WPA2_AUTH_1X_SHA256; wpa_auth |= WPA2_AUTH_1X_SHA256;
break; break;
default: default:
brcmf_err("Ivalid key mgmt info\n"); brcmf_err("Invalid key mgmt info\n");
} }
offset++; offset++;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment