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>
This commit is contained in:
Derek Robson 2017-02-26 15:32:48 +13:00 committed by Greg Kroah-Hartman
parent b355da4c7c
commit 732e5ab109

View 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;