Skip to content

Commit

Permalink
staging: rtl8712: Remove multiple blank lines
Browse files Browse the repository at this point in the history
Fix checkpatch.pl CHECK:
CHECK: Please don't use multiple blank lines

Signed-off-by: Aakash Hemadri <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
aakashhemadri authored and gregkh committed Feb 9, 2021
1 parent 62301f3 commit 6953026
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/rtl8712/rtl871x_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include "osdep_service.h"
#include "drv_types.h"


#define _drv_emerg_ 1
#define _drv_alert_ 2
#define _drv_crit_ 3
Expand All @@ -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)
Expand Down

0 comments on commit 6953026

Please sign in to comment.