2017-06-09 06:19:51

by Derek Robson

[permalink] [raw]
Subject: [PATCH] Drivers: rtl8192u - style fix

Fixed checkpatch error of "no spaces at the start of a line"

Signed-off-by: Derek Robson <[email protected]>
---
drivers/staging/rtl8192u/r8192U.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/rtl8192u/r8192U.h b/drivers/staging/rtl8192u/r8192U.h
index 4c7a5e3d3e5e..2959ea087148 100644
--- a/drivers/staging/rtl8192u/r8192U.h
+++ b/drivers/staging/rtl8192u/r8192U.h
@@ -917,9 +917,9 @@ typedef struct r8192_priv {
int rx_inx;
#endif

- struct sk_buff_head rx_queue;
- struct sk_buff_head skb_queue;
- struct work_struct qos_activate;
+ struct sk_buff_head rx_queue;
+ struct sk_buff_head skb_queue;
+ struct work_struct qos_activate;
short tx_urb_index;
atomic_t tx_pending[0x10]; /* UART_PRIORITY + 1 */

--
2.13.0