summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_wlan_util.c
diff options
context:
space:
mode:
authorMasanari Iida2014-02-27 12:13:43 +0100
committerGreg Kroah-Hartman2014-02-28 00:12:11 +0100
commit40a46d8b40e326ba77e0858f3a45206ebc201660 (patch)
tree27b918fb87555dbb7b19eda76be4534e7a22a90f /drivers/staging/rtl8188eu/core/rtw_wlan_util.c
parentStaging: usbip: Fix the warning of unchecked sscanf return value. (diff)
downloadkernel-qcow2-linux-40a46d8b40e326ba77e0858f3a45206ebc201660.tar.gz
kernel-qcow2-linux-40a46d8b40e326ba77e0858f3a45206ebc201660.tar.xz
kernel-qcow2-linux-40a46d8b40e326ba77e0858f3a45206ebc201660.zip
staging: rtl8188eu: Fix typo in rtl8188eu/core
Fix spelling typo in comments and printk within rtl8188eu/core Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/core/rtw_wlan_util.c')
-rw-r--r--drivers/staging/rtl8188eu/core/rtw_wlan_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/core/rtw_wlan_util.c b/drivers/staging/rtl8188eu/core/rtw_wlan_util.c
index f64b9795a712..3dd90599fd4b 100644
--- a/drivers/staging/rtl8188eu/core/rtw_wlan_util.c
+++ b/drivers/staging/rtl8188eu/core/rtw_wlan_util.c
@@ -1050,7 +1050,7 @@ int rtw_check_bcn_info(struct adapter *Adapter, u8 *pframe, u32 packet_len)
}
if (cur_network->BcnInfo.encryp_protocol != encryp_protocol) {
- DBG_88E("%s(): enctyp is not match , return FAIL\n", __func__);
+ DBG_88E("%s(): encryption protocol is not match , return FAIL\n", __func__);
goto _mismatch;
}