staging: rtl8712: Fix indent coding style issue
authorMihaela Muraru <mihaela.muraru21@gmail.com>
Tue, 26 Sep 2017 07:24:50 +0000 (10:24 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Sep 2017 07:41:54 +0000 (09:41 +0200)
This patch fixes an indentation coding style issue found by
checkpatch.pl:

WARNING: suspect code indent for conditional statements (16, 32)

Signed-off-by: Mihaela Muraru <mihaela.muraru21@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl8712_recv.c

index 0978727..8f555e6 100644 (file)
@@ -149,7 +149,7 @@ int r8712_free_recvframe(union recv_frame *precvframe,
        list_add_tail(&(precvframe->u.hdr.list), &pfree_recv_queue->queue);
        if (padapter != NULL) {
                if (pfree_recv_queue == &precvpriv->free_recv_queue)
-                               precvpriv->free_recvframe_cnt++;
+                       precvpriv->free_recvframe_cnt++;
        }
        spin_unlock_irqrestore(&pfree_recv_queue->lock, irqL);
        return _SUCCESS;