staging: rtl8712: recv_linux.c: Align * on block comment
Block comments should align the * on each line. This warning was reported by checkpatch.pl Signed-off-by: Christian L Moreno <christianluciano.m@gmail.com> Link: https://lore.kernel.org/r/20190716190915.30869-1-christianluciano.m@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7a047abbb6
commit
814b75b4ed
|
@ -115,8 +115,8 @@ void r8712_recv_indicatepkt(struct _adapter *adapter,
|
|||
skb->protocol = eth_type_trans(skb, adapter->pnetdev);
|
||||
netif_rx(skb);
|
||||
recvframe->u.hdr.pkt = NULL; /* pointers to NULL before
|
||||
* r8712_free_recvframe()
|
||||
*/
|
||||
* r8712_free_recvframe()
|
||||
*/
|
||||
r8712_free_recvframe(recvframe, free_recv_queue);
|
||||
return;
|
||||
_recv_indicatepkt_drop:
|
||||
|
|
Loading…
Reference in New Issue