Fix checkpatch.pl CHECK:
CHECK: Please don't use multiple blank lines

Signed-off-by: Aakash Hemadri <aakashhemadri...@gmail.com>
---
This is my first patch.
Done as a part of the linux-kernel-mentees program and as the 10th task
on eudyptula to fix style checks.

 drivers/staging/rtl8712/rtl871x_debug.h | 2 --
 1 file changed, 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)
--
2.30.0

Reply via email to