Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1661953 > unrolled thread

[PATCH] Drivers: rtl8192u - style fix

Started byDerek Robson <robsonde@gmail.com>
First post2017-06-09 08:20 +0200
Last post2017-06-09 08:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] Drivers: rtl8192u - style fix Derek Robson <robsonde@gmail.com> - 2017-06-09 08:20 +0200

#1661953 — [PATCH] Drivers: rtl8192u - style fix

FromDerek Robson <robsonde@gmail.com>
Date2017-06-09 08:20 +0200
Subject[PATCH] Drivers: rtl8192u - style fix
Message-ID<tQlr4-6oe-9@gated-at.bofh.it>
Fixed checkpatch error of "no spaces at the start of a line"

Signed-off-by: Derek Robson <robsonde@gmail.com>
---
 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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web