aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712
diff options
context:
space:
mode:
authorAakash Hemadri <aakashhemadri123@gmail.com>2021-02-09 21:07:09 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-02-09 18:42:16 +0100
commit6953026f21092199a59f2c641a880b1c4025f932 (patch)
treed86f8421e233dd7b807d4897728821817ea5a6a6 /drivers/staging/rtl8712
parentstaging: rtl8723bs: remove typedefs from rtl8723b_recv.h (diff)
downloadlinux-dev-6953026f21092199a59f2c641a880b1c4025f932.tar.xz
linux-dev-6953026f21092199a59f2c641a880b1c4025f932.zip
staging: rtl8712: Remove multiple blank lines
Fix checkpatch.pl CHECK: CHECK: Please don't use multiple blank lines Signed-off-by: Aakash Hemadri <aakashhemadri123@gmail.com> Link: https://lore.kernel.org/r/20210209153709.128676-1-aakashhemadri123@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712')
-rw-r--r--drivers/staging/rtl8712/rtl871x_debug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/rtl8712/rtl871x_debug.h b/drivers/staging/rtl8712/rtl871x_debug.h
index a427547c02ba..57f2a38cb71c 100644
--- a/drivers/staging/rtl8712/rtl871x_debug.h
+++ b/drivers/staging/rtl8712/rtl871x_debug.h
@@ -17,7 +17,6 @@
#include "osdep_service.h"
#include "drv_types.h"
-
#define _drv_emerg_ 1
#define _drv_alert_ 2
#define _drv_crit_ 3
@@ -28,7 +27,6 @@
#define _drv_dump_ 8
#define _drv_debug_ 9
-
#define _module_rtl871x_xmit_c_ BIT(0)
#define _module_xmit_osdep_c_ BIT(1)
#define _module_rtl871x_recv_c_ BIT(2)