From: Colin Ian King Date: Wed, 28 Jun 2017 15:50:54 +0000 (+0100) Subject: mwifiex: fix spelling mistake: "secuirty" -> "security" X-Git-Tag: MMI-PSA29.97-13-9~5285^2~16^2~8 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3334c28ec56cfaa7c25931711eb2bda4a92d0712;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git mwifiex: fix spelling mistake: "secuirty" -> "security" Trivial fix to spelling mistake in mwifiex_dbg message Signed-off-by: Colin Ian King Signed-off-by: Kalle Valo --- diff --git a/drivers/net/wireless/marvell/mwifiex/cfg80211.c b/drivers/net/wireless/marvell/mwifiex/cfg80211.c index 062f3369f831..06ad2d50f9b0 100644 --- a/drivers/net/wireless/marvell/mwifiex/cfg80211.c +++ b/drivers/net/wireless/marvell/mwifiex/cfg80211.c @@ -1977,7 +1977,7 @@ static int mwifiex_cfg80211_start_ap(struct wiphy *wiphy, if (mwifiex_set_secure_params(priv, bss_cfg, params)) { mwifiex_dbg(priv->adapter, ERROR, - "Failed to parse secuirty parameters!\n"); + "Failed to parse security parameters!\n"); goto out; }