aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8723bs
diff options
context:
space:
mode:
authorGravatar Meir Elisha <meir6264@gmail.com> 2024-01-15 10:34:38 +0200
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2024-01-24 10:19:50 -0800
commitcbfeaf08296a9eab0ed043f6ff4ad5519e3952b3 (patch)
tree6b93a4a054da290f951973ff5e7266ac27bed6c9 /drivers/staging/rtl8723bs
parentstaging: fieldbus: Remove usage of the deprecated ida_simple_xx() API (diff)
downloadlinux-cbfeaf08296a9eab0ed043f6ff4ad5519e3952b3.tar.gz
linux-cbfeaf08296a9eab0ed043f6ff4ad5519e3952b3.tar.bz2
linux-cbfeaf08296a9eab0ed043f6ff4ad5519e3952b3.zip
Staging: rtl8723bs: rtw_ieee80211: Remove extra space
Fix checkpatch warning: please, no space before tabs Signed-off-by: Meir Elisha <meir6264@Gmail.com> Link: https://lore.kernel.org/r/20240115083438.108901-1-meir6264@Gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723bs')
-rw-r--r--drivers/staging/rtl8723bs/core/rtw_ieee80211.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8723bs/core/rtw_ieee80211.c b/drivers/staging/rtl8723bs/core/rtw_ieee80211.c
index 30e7457a9c31..b89e88d6a82d 100644
--- a/drivers/staging/rtl8723bs/core/rtw_ieee80211.c
+++ b/drivers/staging/rtl8723bs/core/rtw_ieee80211.c
@@ -1035,8 +1035,8 @@ void rtw_get_bcn_info(struct wlan_network *pnetwork)
u16 wpa_len = 0, rsn_len = 0;
struct HT_info_element *pht_info = NULL;
struct ieee80211_ht_cap *pht_cap = NULL;
- unsigned int len;
- unsigned char *p;
+ unsigned int len;
+ unsigned char *p;
__le16 le_cap;
memcpy((u8 *)&le_cap, rtw_get_capability_from_ie(pnetwork->network.ies), 2);