]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Staging: rtl8712: rtl871x_recv.h - style fix
authorDerek Robson <robsonde@gmail.com>
Sun, 26 Feb 2017 02:32:48 +0000 (15:32 +1300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Mar 2017 08:17:03 +0000 (09:17 +0100)
Fixed style of block comments
Found using checkpatch

Signed-off-by: Derek Robson <robsonde@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_recv.h

index f419943ad75da5af35a94f4f52c712bf58e91611..9de06c5fe62033bf676f439701c8f77e94c0574c 100644 (file)
@@ -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;