Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8712: Remove extra blank lines

Remove extra blank lines after an open brace to adhere to Linux kernel
coding style.
Reported by checkpatch.

Signed-off-by: Zhansaya Bagdauletkyzy <zhansayabagdaulet@gmail.com>
Link: https://lore.kernel.org/r/f61f6d330bc3fa53d4d420754d1d461b6cfcb2de.1617708653.git.zhansayabagdaulet@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Zhansaya Bagdauletkyzy and committed by
Greg Kroah-Hartman
e91cafdf b0a7b3ae

-4
-1
drivers/staging/rtl8712/rtl871x_io.h
··· 123 123 }; 124 124 125 125 struct reg_protocol_rd { 126 - 127 126 #ifdef __LITTLE_ENDIAN 128 127 /* DW1 */ 129 128 u32 NumOfTrans:4;
-1
drivers/staging/rtl8712/rtl871x_mlme.h
··· 77 77 }; 78 78 79 79 struct mlme_priv { 80 - 81 80 spinlock_t lock; 82 81 spinlock_t lock2; 83 82 sint fw_state; /*shall we protect this variable? */
-1
drivers/staging/rtl8712/rtl871x_recv.h
··· 37 37 }; 38 38 39 39 struct rx_pkt_attrib { 40 - 41 40 u8 amsdu; 42 41 u8 order; 43 42 u8 qos;
-1
drivers/staging/rtl8712/sta_info.h
··· 36 36 }; 37 37 38 38 struct stainfo_stats { 39 - 40 39 uint rx_pkts; 41 40 uint rx_bytes; 42 41 u64 tx_pkts;