OSDN Git Service

staging: rtl8192e: fix spelling mistake: "respose" -> "response"
authorColin Ian King <colin.king@canonical.com>
Tue, 27 Jun 2017 14:23:26 +0000 (15:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Jun 2017 14:38:52 +0000 (16:38 +0200)
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@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_softmac.c

index f629e99..64b0034 100644 (file)
@@ -2310,7 +2310,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;
        }