From: M. Vefa Bicakci Date: Sun, 29 Mar 2015 01:07:47 +0000 (-0400) Subject: staging: rtl8723au: Fix the indentation of two lines X-Git-Tag: v5.15~16002^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2390239582fbb16564bed93e37ca4cf8d219c79;p=platform%2Fkernel%2Flinux-starfive.git staging: rtl8723au: Fix the indentation of two lines Correct the indentation of two lines in rtw_tkip_encrypt23a function in rtl8723au's rtw_security.c. Signed-off-by: M. Vefa Bicakci Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723au/core/rtw_security.c b/drivers/staging/rtl8723au/core/rtw_security.c index 9faf78b..3e79b66 100644 --- a/drivers/staging/rtl8723au/core/rtw_security.c +++ b/drivers/staging/rtl8723au/core/rtw_security.c @@ -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); } }