Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Colin Ian King and committed by
Greg Kroah-Hartman
8ad33de5 e171da0d

+2 -1
+2 -1
drivers/staging/rtl8192e/rtllib_softmac.c
··· 2310 2310 if (errcode) { 2311 2311 ieee->softmac_stats.rx_auth_rs_err++; 2312 2312 netdev_info(ieee->dev, 2313 - "Authentication respose status code 0x%x", errcode); 2313 + "Authentication response status code 0x%x", 2314 + errcode); 2314 2315 rtllib_associate_abort(ieee); 2315 2316 return; 2316 2317 }