staging: rtl8723au: Fix the indentation of two lines
authorM. Vefa Bicakci <m.v.b@runbox.com>
Sun, 29 Mar 2015 01:07:47 +0000 (21:07 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Apr 2015 13:25:45 +0000 (15:25 +0200)
Correct the indentation of two lines in rtw_tkip_encrypt23a function in
rtl8723au's rtw_security.c.

Signed-off-by: M. Vefa Bicakci <m.v.b@runbox.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_security.c

index 9faf78b..3e79b66 100644 (file)
@@ -688,8 +688,8 @@ int rtw_tkip_encrypt23a(struct rtw_adapter *padapter,
                                        arcfour_encrypt(&mycontext, payload, payload, length);
                                        arcfour_encrypt(&mycontext, payload + length, crc, 4);
 
-                               pframe += pxmitpriv->frag_len;
-                               pframe  = PTR_ALIGN(pframe, 4);
+                                       pframe += pxmitpriv->frag_len;
+                                       pframe  = PTR_ALIGN(pframe, 4);
                                }
                        }