staging: rtl8188eu: fix spaces instead of tabs for rtw_recv.c
authorKonrad Zapalowicz <bergo.torino@gmail.com>
Sat, 19 Apr 2014 16:21:28 +0000 (18:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Apr 2014 22:50:33 +0000 (15:50 -0700)
This commit fixes the following checkpatch errors:

rtl8188eu/core/rtw_recv.c
    - 1874: ERROR: code indent should use tabs where possible

Signed-off-by: Konrad Zapalowicz <bergo.torino@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_recv.c

index e305d43..5c1d2d2 100644 (file)
@@ -1871,7 +1871,7 @@ static int recv_indicatepkts_in_order(struct adapter *padapter, struct recv_reor
                        return true;
 
                prhdr = container_of(plist, struct recv_frame, list);
-               pattrib = &prhdr->attrib;
+               pattrib = &prhdr->attrib;
                preorder_ctrl->indicate_seq = pattrib->seq_num;
        }