OSDN Git Service

staging: rtl8188eu: add blank line after declarations
authorMichael Straube <straube.linux@gmail.com>
Tue, 18 Dec 2018 18:34:39 +0000 (19:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Dec 2018 07:30:29 +0000 (08:30 +0100)
Add a missing blank line after declarations in rtw_mlme_ext.c.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c

index 813f5d9..beac6e9 100644 (file)
@@ -3592,6 +3592,7 @@ static unsigned int OnAction_back(struct adapter *padapter,
        struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info);
        u8 *pframe = precv_frame->pkt->data;
        struct sta_priv *pstapriv = &padapter->stapriv;
+
        /* check RA matches or not */
        if (memcmp(myid(&(padapter->eeprompriv)), GetAddr1Ptr(pframe),
                   ETH_ALEN))/* for if1, sta/ap mode */