staging: rtl8712: fix indentation issue
authorHari Prasath Gujulan Elango <hgujulan@visteon.com>
Mon, 1 Jun 2015 09:55:23 +0000 (09:55 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Jun 2015 20:33:40 +0000 (13:33 -0700)
Fixed indentation issue in few lines

Signed-off-by: Hari Prasath Gujulan Elango <hgujulan@visteon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/recv_linux.c

index 799a0f9a5b2d27a089bfc5a87f3d0bbb99229ddd..4201ce776e0c710f0bb37af249eb271c826f28f8 100644 (file)
@@ -132,9 +132,9 @@ void r8712_recv_indicatepkt(struct _adapter *padapter,
        return;
 _recv_indicatepkt_drop:
         /*enqueue back to free_recv_queue*/
-        if (precv_frame)
+       if (precv_frame)
                r8712_free_recvframe(precv_frame, pfree_recv_queue);
-        precvpriv->rx_drop++;
+       precvpriv->rx_drop++;
 }
 
 static void _r8712_reordering_ctrl_timeout_handler (unsigned long data)
This page took 0.036014 seconds and 5 git commands to generate.