summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/core/rtw_wlan_util.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2014-02-27 20:13:43 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-02-27 15:12:11 -0800
commit40a46d8b40e326ba77e0858f3a45206ebc201660 (patch)
tree27b918fb87555dbb7b19eda76be4534e7a22a90f /drivers/staging/rtl8188eu/core/rtw_wlan_util.c
parentf8cfc0230909077d2e378c829ffeb7bdf71a890e (diff)
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;
}