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


Groups > linux.kernel > #1588263

[PATCH 7/9] Staging: rtl8712: rtl871x_recv.h - style fix

From Derek Robson <robsonde@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 7/9] Staging: rtl8712: rtl871x_recv.h - style fix
Date 2017-02-26 03:40 +0100
Message-ID <teWUF-6v-7@gated-at.bofh.it> (permalink)
References <teWUF-6v-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Fixed style of block comments
Found using checkpatch

Signed-off-by: Derek Robson <robsonde@gmail.com>
---
 drivers/staging/rtl8712/rtl871x_recv.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/staging/rtl8712/rtl871x_recv.h b/drivers/staging/rtl8712/rtl871x_recv.h
index f419943ad75d..6c535647daed 100644
--- a/drivers/staging/rtl8712/rtl871x_recv.h
+++ b/drivers/staging/rtl8712/rtl871x_recv.h
@@ -74,12 +74,12 @@ struct rx_pkt_attrib {
 };
 
 /*
-accesser of recv_priv: recv_entry(dispatch / passive level);
-recv_thread(passive) ; returnpkt(dispatch)
-; halt(passive) ;
-
-using enter_critical section to protect
-*/
+ * accesser of recv_priv: recv_entry(dispatch / passive level);
+ * recv_thread(passive) ; returnpkt(dispatch)
+ * ; halt(passive) ;
+ *
+ * using enter_critical section to protect
+ */
 struct recv_priv {
 	spinlock_t lock;
 	struct  __queue	free_recv_queue;
-- 
2.11.1

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 7/9] Staging: rtl8712: rtl871x_recv.h - style fix Derek Robson <robsonde@gmail.com> - 2017-02-26 03:40 +0100

csiph-web