aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/include/wlan_bssdef.h
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2020-06-27 11:06:00 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-06-27 13:20:48 +0200
commit5bfb7eadc5874a3a08dd173d66a16a1ed0548444 (patch)
tree66ff0a1f14b504be1c24b52b264fc275cd01c557 /drivers/staging/rtl8188eu/include/wlan_bssdef.h
parentstaging: qlge: fix else after return or break (diff)
downloadlinux-dev-5bfb7eadc5874a3a08dd173d66a16a1ed0548444.tar.xz
linux-dev-5bfb7eadc5874a3a08dd173d66a16a1ed0548444.zip
staging: rtl8188eu: remove blank lines in header files
Remove blank lines in header files to clear checkpatch issues. CHECK: Please don't use multiple blank lines Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20200627090600.21354-1-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
-rw-r--r--drivers/staging/rtl8188eu/include/wlan_bssdef.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/rtl8188eu/include/wlan_bssdef.h b/drivers/staging/rtl8188eu/include/wlan_bssdef.h
index 8462c9c2fd39..1b6435cd5390 100644
--- a/drivers/staging/rtl8188eu/include/wlan_bssdef.h
+++ b/drivers/staging/rtl8188eu/include/wlan_bssdef.h
@@ -7,7 +7,6 @@
#ifndef __WLAN_BSSDEF_H__
#define __WLAN_BSSDEF_H__
-
#define MAX_IE_SZ 768
#define NDIS_802_11_LENGTH_SSID 32
@@ -62,8 +61,6 @@ struct ndis_802_11_fixed_ie {
u16 Capabilities;
};
-
-
struct ndis_802_11_var_ie {
u8 ElementID;
u8 Length;