summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8712/sta_info.h
diff options
context:
space:
mode:
authorSathish Kumar <skumark1902@gmail.com>2022-04-04 06:47:06 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-04-04 17:34:31 +0300
commit0eaf4a6239136068c439494e0c68a25c2cbb816a (patch)
treeebce078497ac508caaedd49c294cf3da02abd947 /drivers/staging/rtl8712/sta_info.h
parente1977dc8bbf3752b7844b2b9d12f07a0bd7d6562 (diff)
downloadlinux-0eaf4a6239136068c439494e0c68a25c2cbb816a.tar.xz
staging: rtl8712: Fix multiple blank lines warning from .h files
This patch fixes the checkpatch.pl warnings like: CHECK: Please don't use multiple blank lines + + from rtl8712_*.h, rtl871x_*.h, sta_info.h, and wifi.h Signed-off-by: Sathish Kumar <skumark1902@gmail.com> Link: https://lore.kernel.org/r/20220404034706.2384-1-skumark1902@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712/sta_info.h')
-rw-r--r--drivers/staging/rtl8712/sta_info.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/sta_info.h b/drivers/staging/rtl8712/sta_info.h
index 9b7e5ffa380d..6286c622475e 100644
--- a/drivers/staging/rtl8712/sta_info.h
+++ b/drivers/staging/rtl8712/sta_info.h
@@ -21,7 +21,6 @@
#define NUM_STA 32
#define NUM_ACL 64
-
/* if mode ==0, then the sta is allowed once the addr is hit.
* if mode ==1, then the sta is rejected once the addr is non-hit.
*/