summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Philip <benjamin.philip495@gmail.com>2021-07-22 12:14:51 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-27 15:03:37 +0200
commit0104c061a880471c6cc66a65c932b74138e04e14 (patch)
tree0fcdc820cbb5eabf74946c6b8a6ed5ce6957b347
parent35c83e29639e5a4ed28d9a77c381a553f723d9f2 (diff)
downloadlinux-0104c061a880471c6cc66a65c932b74138e04e14.tar.gz
linux-0104c061a880471c6cc66a65c932b74138e04e14.tar.bz2
linux-0104c061a880471c6cc66a65c932b74138e04e14.zip
staging: rtl8188eu: remove unnecessary blank lines in core/rtw_ap.c
This commit fixes some checkpatch checks for blank lines before and after braces in drivers/staging/rtl8188eu/core/rtw_ap.c Signed-off-by: Benjamin Philip <benjamin.philip495@gmail.com> Link: https://lore.kernel.org/r/20210722064451.10331-1-benjamin.philip495@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8188eu/core/rtw_ap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/rtl8188eu/core/rtw_ap.c b/drivers/staging/rtl8188eu/core/rtw_ap.c
index b817aa8b9de4..a2aeb78733d5 100644
--- a/drivers/staging/rtl8188eu/core/rtw_ap.c
+++ b/drivers/staging/rtl8188eu/core/rtw_ap.c
@@ -381,7 +381,6 @@ void add_RATid(struct adapter *padapter, struct sta_info *psta, u8 rssi_level)
/* set ra_id, init_rate */
psta->raid = raid;
psta->init_rate = init_rate;
-
}
}
@@ -453,7 +452,6 @@ static void update_bmc_sta(struct adapter *padapter)
spin_lock_bh(&psta->lock);
psta->state = _FW_LINKED;
spin_unlock_bh(&psta->lock);
-
}
}
@@ -1140,7 +1138,6 @@ static void update_bcn_wps_ie(struct adapter *padapter)
static void update_bcn_vendor_spec_ie(struct adapter *padapter, u8 *oui)
{
-
if (!memcmp(WPS_OUI, oui, 4))
update_bcn_wps_ie(padapter);
}