Staging: r8188eu: core: rtw_xmit: Fixed two indentation coding style issues.
authorChang Yu <marcus.yu.56@gmail.com>
Sun, 19 Jun 2022 19:42:28 +0000 (12:42 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Jun 2022 08:06:08 +0000 (10:06 +0200)
Fixed two indentation issues.

Signed-off-by: Chang Yu <marcus.yu.56@gmail.com>
Link: https://lore.kernel.org/r/6b0e3efe83bf06ea60cdbe27f31f6f3aa1058f01.1655666628.git.marcus.yu.56@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_xmit.c

index da1a10735d482da1a6256cccddea27d02a4b9331..edb224a39f70f076bf3e35903a314fbb71c1906a 100644 (file)
@@ -625,7 +625,7 @@ static s32 xmitframe_addmic(struct adapter *padapter, struct xmit_frame *pxmitfr
                                if (pframe[1] & 2)  /* From Ds == 1 */
                                        rtw_secmicappend(&micdata, &pframe[24], 6);
                                else
-                               rtw_secmicappend(&micdata, &pframe[10], 6);
+                                       rtw_secmicappend(&micdata, &pframe[10], 6);
                        } else {        /* ToDS == 0 */
                                rtw_secmicappend(&micdata, &pframe[4], 6);   /* DA */
                                if (pframe[1] & 2)  /* From Ds == 1 */
@@ -1727,7 +1727,7 @@ int xmitframe_enqueue_for_sleeping_sta(struct adapter *padapter, struct xmit_fra
        bool bmcst = is_multicast_ether_addr(pattrib->ra);
 
        if (!check_fwstate(pmlmepriv, WIFI_AP_STATE))
-           return ret;
+               return ret;
 
        if (pattrib->psta)
                psta = pattrib->psta;