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

Commit 8ad33de5 authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman
Browse files

staging: rtl8192e: fix spelling mistake: "respose" -> "response"



Trivial fix to spelling mistake in netdev_info message and split
line to clean up an checkpatch line too wide warning.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e171da0d
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -2310,7 +2310,8 @@ static void rtllib_rx_auth_resp(struct rtllib_device *ieee, struct sk_buff *skb)
	if (errcode) {
	if (errcode) {
		ieee->softmac_stats.rx_auth_rs_err++;
		ieee->softmac_stats.rx_auth_rs_err++;
		netdev_info(ieee->dev,
		netdev_info(ieee->dev,
			    "Authentication respose status code 0x%x", errcode);
			    "Authentication response status code 0x%x",
			    errcode);
		rtllib_associate_abort(ieee);
		rtllib_associate_abort(ieee);
		return;
		return;
	}
	}