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 to adhere to Linux kernel coding style.
Reported by checkpatch.

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

authored by

Zhansaya Bagdauletkyzy and committed by
Greg Kroah-Hartman
c75afdaf 69c7ec3b

-8
-1
drivers/staging/rtl8712/rtl8712_recv.h
··· 85 85 unsigned int value[RXDESC_SIZE>>2]; 86 86 }; 87 87 88 - 89 88 struct recv_buf { 90 89 struct list_head list; 91 90 spinlock_t recvbuf_lock;
-3
drivers/staging/rtl8712/rtl871x_mlme.c
··· 124 124 pmlmepriv->num_of_scanned--; 125 125 } 126 126 127 - 128 127 /* return the wlan_network with the matching addr 129 128 * Shall be called under atomic context... 130 129 * to avoid possible racing condition... ··· 356 357 357 358 plist = plist->next; 358 359 } 359 - 360 360 361 361 /* If we didn't find a match, then get a new network slot to initialize 362 362 * with this beacon's information ··· 618 620 mod_timer(&pmlmepriv->dhcp_timer, 619 621 jiffies + msecs_to_jiffies(60000)); 620 622 } 621 - 622 623 623 624 /* 624 625 * r8712_ind_disconnect: the caller has to lock pmlmepriv->lock
-3
drivers/staging/rtl8712/rtl871x_pwrctrl.h
··· 17 17 #include "osdep_service.h" 18 18 #include "drv_types.h" 19 19 20 - 21 20 #define CMD_ALIVE BIT(2) 22 21 23 22 enum Power_Mgnt { ··· 62 63 #define PS_STATE_S3 (PS_ALL_ON) 63 64 #define PS_STATE_S4 ((PS_ST_ACTIVE) | (PS_ALL_ON)) 64 65 65 - 66 66 #define PS_IS_RF_ON(x) ((x) & (PS_ALL_ON)) 67 67 #define PS_IS_ACTIVE(x) ((x) & (PS_ST_ACTIVE)) 68 68 #define CLR_PS_STATE(x) ((x) = ((x) & (0xF0))) 69 - 70 69 71 70 struct reportpwrstate_parm { 72 71 unsigned char mode;
-1
drivers/staging/rtl8712/rtl871x_recv.h
··· 29 29 #define PHY_RSSI_SLID_WIN_MAX 100 30 30 #define PHY_LINKQUALITY_SLID_WIN_MAX 20 31 31 32 - 33 32 struct smooth_rssi_data { 34 33 u32 elements[100]; /* array to store values */ 35 34 u32 index; /* index to current array to store */