]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: rtl8192e: Added new line after declaration
authorYamanappagouda Patil <goudapatilk@gmail.com>
Tue, 15 Nov 2016 08:40:47 +0000 (14:10 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Nov 2016 10:01:54 +0000 (11:01 +0100)
Fixed checkpatch.pl "Missing a blank line after declarations" warnings.

Signed-off-by: Yamanappagouda Patil <goudapatilk@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_rx.c
drivers/staging/rtl8192e/rtllib_softmac.c

index d67e3f3db76dd489ef030f8b3fe855fcd41fc186..e5ba7d1a809fdb30922bb1649e58eb4f426bf45f 100644 (file)
@@ -1201,6 +1201,7 @@ static int rtllib_rx_decrypt(struct rtllib_device *ieee, struct sk_buff *skb,
        if (crypt && !(fc & RTLLIB_FCTL_WEP) &&
            rtllib_is_eapol_frame(ieee, skb, hdrlen)) {
                struct eapol *eap = (struct eapol *)(skb->data + 24);
+
                netdev_dbg(ieee->dev, "RX: IEEE 802.1X EAPOL frame: %s\n",
                           eap_get_type(eap->type));
        }
index da74dc49b95ec7fa498c3225447b4f3875dbdc47..1430ba27b0494803242f42bf9a2bc32ed9eddb2d 100644 (file)
@@ -1524,6 +1524,7 @@ static void rtllib_associate_complete_wq(void *data)
                                     struct rtllib_device,
                                     associate_complete_wq);
        struct rt_pwr_save_ctrl *pPSC = &(ieee->PowerSaveControl);
+
        netdev_info(ieee->dev, "Associated successfully\n");
        if (!ieee->is_silent_reset) {
                netdev_info(ieee->dev, "normal associate\n");