Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: rtl8712: rtl871x_recv.h - style fix

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>

authored by

Derek Robson and committed by
Greg Kroah-Hartman
732e5ab1 b355da4c

+6 -6
+6 -6
drivers/staging/rtl8712/rtl871x_recv.h
··· 74 74 }; 75 75 76 76 /* 77 - accesser of recv_priv: recv_entry(dispatch / passive level); 78 - recv_thread(passive) ; returnpkt(dispatch) 79 - ; halt(passive) ; 80 - 81 - using enter_critical section to protect 82 - */ 77 + * accesser of recv_priv: recv_entry(dispatch / passive level); 78 + * recv_thread(passive) ; returnpkt(dispatch) 79 + * ; halt(passive) ; 80 + * 81 + * using enter_critical section to protect 82 + */ 83 83 struct recv_priv { 84 84 spinlock_t lock; 85 85 struct __queue free_recv_queue;