[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20170627142326.24569-1-colin.king@canonical.com>
Date: Tue, 27 Jun 2017 15:23:26 +0100
From: Colin King <colin.king@...onical.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Binoy Jayan <binoy.jayan@...aro.org>,
"David S . Miller" <davem@...emloft.net>,
Johannes Berg <johannes.berg@...el.com>,
Malcolm Priestley <tvboxspy@...il.com>,
Yamanappagouda Patil <goudapatilk@...il.com>,
Baoyou Xie <baoyou.xie@...aro.org>,
yuan linyu <Linyu.Yuan@...atel-sbell.com.cn>,
devel@...verdev.osuosl.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] staging: rtl8192e: fix spelling mistake: "respose" -> "response"
From: Colin Ian King <colin.king@...onical.com>
Trivial fix to spelling mistake in netdev_info message and split
line to clean up an checkpatch line too wide warning.
Signed-off-by: Colin Ian King <colin.king@...onical.com>
---
drivers/staging/rtl8192e/rtllib_softmac.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c b/drivers/staging/rtl8192e/rtllib_softmac.c
index 3cde5cce7e76..e4be85af31e7 100644
--- a/drivers/staging/rtl8192e/rtllib_softmac.c
+++ b/drivers/staging/rtl8192e/rtllib_softmac.c
@@ -2300,7 +2300,8 @@ static void rtllib_rx_auth_resp(struct rtllib_device *ieee, struct sk_buff *skb)
if (errcode) {
ieee->softmac_stats.rx_auth_rs_err++;
netdev_info(ieee->dev,
- "Authentication respose status code 0x%x", errcode);
+ "Authentication response status code 0x%x",
+ errcode);
rtllib_associate_abort(ieee);
return;
}
--
2.11.0
Powered by blists - more mailing lists