]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: rtl8723au: core: rtw_wlan_util: Add blank line after declarations
authorYeliz Taneroglu <yeliztaneroglu@gmail.com>
Wed, 8 Oct 2014 22:22:17 +0000 (01:22 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:28 +0000 (10:29 +0800)
The following patch fixes the checkpatch.pl warning:

drivers/staging/rtl8723au/core/rtw_wlan_util.c WARNING: Missing a blank line after declarations

Signed-off-by: Yeliz Taneroglu <yeliztaneroglu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_wlan_util.c

index 5c4006aa23b2bce5c729ff92bdefcc6548de44c5..c0b0047a9d3a26697a21b77230b37aa035f4bc07 100644 (file)
@@ -1153,6 +1153,7 @@ bool is_ap_in_wep23a(struct rtw_adapter *padapter)
 static int wifirate2_ratetbl_inx23a(unsigned char rate)
 {
        int inx = 0;
+
        rate = rate & 0x7f;
 
        switch (rate) {
@@ -1311,6 +1312,7 @@ unsigned char check_assoc_AP23a(u8 *pframe, uint len)
        u8 epigram_vendor_flag;
        u8 ralink_vendor_flag;
        const u8 *p;
+
        epigram_vendor_flag = 0;
        ralink_vendor_flag = 0;