aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/recv_linux.c
diff options
context:
space:
mode:
authorChristian L Moreno <christianluciano.m@gmail.com>2019-07-16 16:09:15 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-07-25 09:48:14 +0200
commit814b75b4ed9c1a7633bfec7bab33c96db87a39db (patch)
tree2617fb8c3093988ec6cda9fffa055fb8b7061f53 /drivers/staging/rtl8712/recv_linux.c
parentstaging: wilc1000: Merge memcpy + le32_to_cpus to get_unaligned_le32 (diff)
downloadlinux-dev-814b75b4ed9c1a7633bfec7bab33c96db87a39db.tar.xz
linux-dev-814b75b4ed9c1a7633bfec7bab33c96db87a39db.zip
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>
Diffstat (limited to 'drivers/staging/rtl8712/recv_linux.c')
-rw-r--r--drivers/staging/rtl8712/recv_linux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8712/recv_linux.c b/drivers/staging/rtl8712/recv_linux.c
index 84c4c8580f9a..70a4dcd4a1e5 100644
--- a/drivers/staging/rtl8712/recv_linux.c
+++ b/drivers/staging/rtl8712/recv_linux.c
@@ -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: