aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/rtl871x_xmit.h
diff options
context:
space:
mode:
authorLi Mingshuo <linuxli@gmx.de>2019-06-10 16:30:26 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-13 11:50:07 +0200
commit6e12260a7c187a1efcdab1e6811e1af124d10ceb (patch)
tree595a35e956896f32d0c60d2e340f8ef160443986 /drivers/staging/rtl8712/rtl871x_xmit.h
parentstaging: rtl8723bs: os_dep: Remove variable pos (diff)
downloadlinux-dev-6e12260a7c187a1efcdab1e6811e1af124d10ceb.tar.xz
linux-dev-6e12260a7c187a1efcdab1e6811e1af124d10ceb.zip
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>
Diffstat (limited to 'drivers/staging/rtl8712/rtl871x_xmit.h')
-rw-r--r--drivers/staging/rtl8712/rtl871x_xmit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8712/rtl871x_xmit.h b/drivers/staging/rtl8712/rtl871x_xmit.h
index 3bea2e374f13..4199cb586fb1 100644
--- a/drivers/staging/rtl8712/rtl871x_xmit.h
+++ b/drivers/staging/rtl8712/rtl871x_xmit.h
@@ -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];