staging: rtl8712: remove the leading spaces
authorLi Mingshuo <linuxli@gmx.de>
Mon, 10 Jun 2019 14:30:26 +0000 (16:30 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Jun 2019 09:50:07 +0000 (11:50 +0200)
This patch fixes the checkpatch warning, removing leading spaces to make
sure that tabstop starts a new line.

Signed-off-by: Li Mingshuo <linuxli@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_xmit.h

index 3bea2e374f137a1fec88a98b6f887b1d62144f39..4199cb586fb1db6ff5a4c1cbb041e7de67d2d95d 100644 (file)
@@ -148,8 +148,8 @@ struct xmit_frame {
        _pkt *pkt;
        int frame_tag;
        struct _adapter *padapter;
-        u8 *buf_addr;
-        struct xmit_buf *pxmitbuf;
+       u8 *buf_addr;
+       struct xmit_buf *pxmitbuf;
        u8 *mem_addr;
        u16 sz[8];
        struct urb *pxmit_urb[8];