]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: rtl8712: Remove multiple blank line(s)
authorArushi Singhal <arushisinghal19971997@gmail.com>
Sat, 3 Mar 2018 05:32:33 +0000 (11:02 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 6 Mar 2018 12:03:44 +0000 (04:03 -0800)
Remove extra blank line(s) to conform to the Linux
kernel coding style. Issue found using checkpatch.

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/os_intfs.c
drivers/staging/rtl8712/rtl8712_bitdef.h
drivers/staging/rtl8712/rtl8712_cmdctrl_regdef.h
drivers/staging/rtl8712/rtl8712_debugctrl_bitdef.h
drivers/staging/rtl8712/rtl8712_debugctrl_regdef.h
drivers/staging/rtl8712/rtl8712_fifoctrl_bitdef.h
drivers/staging/rtl8712/rtl8712_fifoctrl_regdef.h
drivers/staging/rtl8712/rtl8712_gp_regdef.h
drivers/staging/rtl8712/rtl8712_interrupt_bitdef.h

index d6d27da3f54288eb7c407dc6f95667929f74f463..ff4e451c10f95c57313fca3f405d4885f23a5cfe 100644 (file)
@@ -347,7 +347,6 @@ u8 r8712_free_drv_sw(struct _adapter *padapter)
        return _SUCCESS;
 }
 
-
 static void enable_video_mode(struct _adapter *padapter, int cbw40_value)
 {
        /*   bit 8:
index bff57a8eef3cd3fcc97a4b506dbc1790bba6253d..dee35fe2587a292aac05ac5758f314bb352f3735 100644 (file)
@@ -18,7 +18,6 @@
  *
  ******************************************************************************/
 
-
 #ifndef __RTL8712_BITDEF_H__
 #define __RTL8712_BITDEF_H__
 
index 9374f1c488530397a7b5e896fbb6159431085c1c..8df42a70399fdc263329ce2d51594e5a5d1cd632 100644 (file)
@@ -20,7 +20,6 @@
 #ifndef __RTL8712_CMDCTRL_REGDEF_H__
 #define __RTL8712_CMDCTRL_REGDEF_H__
 
-
 #define CR                     (RTL8712_CMDCTRL_ + 0x0000)
 #define TXPAUSE                        (RTL8712_CMDCTRL_ + 0x0002)
 #define TCR                    (RTL8712_CMDCTRL_ + 0x0004)
@@ -29,6 +28,5 @@
 #define SYSF_CFG               (RTL8712_CMDCTRL_ + 0x000D)
 #define MBIDCTRL               (RTL8712_CMDCTRL_ + 0x000E)
 
-
 #endif /* __RTL8712_CMDCTRL_REGDEF_H__ */
 
index 8bd483795ca4a9970ee91fab3f54b4995447e5fe..4b3436795cb14e4a8ee1aa5aa655efb941971c1e 100644 (file)
@@ -51,5 +51,4 @@
 /*FDLOCKFLAG1*/
 #define        _LOCKFLAG1_MSK          0x03
 
-
 #endif /* __RTL8712_DEBUGCTRL_BITDEF_H__ */
index 43630bb068f5a7291b5471630431dcfb5ef69972..d7c964d436a1c878615a5040eb38d4b141efa490 100644 (file)
@@ -41,7 +41,5 @@
 #define TRXPKTBUF_DBG_CTRL     (RTL8712_DEBUGCTRL_ + 0x38)
 #define DPLL_MON               (RTL8712_DEBUGCTRL_ + 0x3A)
 
-
-
 #endif /* __RTL8712_DEBUGCTRL_REGDEF_H__ */
 
index c564dc862d9db39472e040d06b277705a48fd6e9..bd8240476d713c0a18527bcd1cf825809879db3f 100644 (file)
 /*TXFF_PG_NUM*/
 #define        _TXFF_PG_NUM_MSK        0x0FFF
 
-
 #endif /*      __RTL8712_FIFOCTRL_BITDEF_H__ */
 
index 29b89c45c70ce0f9253c533e516fbf46f0b552c1..6d527380fd29460a62481dbbfb769e5285762cee 100644 (file)
@@ -71,6 +71,4 @@
 #define TXQ_PGADD              (RTL8712_FIFOCTRL_ + 0xB3)
 #define TXFF_PG_NUM            (RTL8712_FIFOCTRL_ + 0xB4)
 
-
-
 #endif /* __RTL8712_FIFOCTRL_REGDEF_H__ */
index 8fc68f6a2c79e05292bd5cfdeb6e9c57bf1f25a4..a0379360d0a3bf6632d0bc3d6e2ace7f3bab4513 100644 (file)
@@ -37,6 +37,5 @@
 #define PHY_REG_RPT            (RTL8712_GP_ + 0x13)
 #define PHY_REG_DATA           (RTL8712_GP_ + 0x14)
 
-
 #endif /*__RTL8712_GP_REGDEF_H__ */
 
index 49598c314f09eb801aaa17bd763990128c98b0c2..2a561d2862e061a81c7100fa9577c122f908b507 100644 (file)
@@ -53,6 +53,5 @@
 #define        _VODOK                                  BIT(1)
 #define        _RXOK                                   BIT(0)
 
-
 #endif /*__RTL8712_INTERRUPT_BITDEF_H__*/