Staging: rtl8712: recv_linux.c: Coding style warning fix for block comment
authorPunit Vara <punitvara@gmail.com>
Wed, 7 Oct 2015 19:55:19 +0000 (01:25 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Oct 2015 09:34:50 +0000 (10:34 +0100)
This is patch to the recv_linux.c file that fixes up following warning
reported by checkpatch.pl :

-Block comments use a trailing */ on a separate line

Signed-off-by: Punit Vara <punitvara@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/recv_linux.c

index 4201ce776e0c710f0bb37af249eb271c826f28f8..2f5460dbda8bc0aa053622da7bc1503271e2bf75 100644 (file)
@@ -127,7 +127,8 @@ void r8712_recv_indicatepkt(struct _adapter *padapter,
        skb->protocol = eth_type_trans(skb, padapter->pnetdev);
        netif_rx(skb);
        precv_frame->u.hdr.pkt = NULL; /* pointers to NULL before
-                                       * r8712_free_recvframe() */
+                                       * r8712_free_recvframe()
+                                       */
        r8712_free_recvframe(precv_frame, pfree_recv_queue);
        return;
 _recv_indicatepkt_drop: