staging: rtl8712: remove the leading spaces

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>
This commit is contained in:
Li Mingshuo 2019-06-10 16:30:26 +02:00 committed by Greg Kroah-Hartman
parent 288f9aca4c
commit 6e12260a7c

View 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];