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

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

mwifiex: fix spelling mistake: "Insuffient" -> "Insufficient"



Trivial fix to spelling mistake in mwifiex_dbg debug message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent c5597172
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ mwifiex_tdls_append_rates_ie(struct mwifiex_private *priv,

	if (skb_tailroom(skb) < rates_size + 4) {
		mwifiex_dbg(priv->adapter, ERROR,
			    "Insuffient space while adding rates\n");
			    "Insufficient space while adding rates\n");
		return -ENOMEM;
	}