aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712
diff options
context:
space:
mode:
authorMihaela Muraru <mihaela.muraru21@gmail.com>2017-09-26 10:24:50 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-09-26 09:41:54 +0200
commite7ec76b6c0de143e5597b293fdc377d6aa0e5b00 (patch)
tree45c4931fa1f73f2c7654069e5437f315228ee8af /drivers/staging/rtl8712
parentStaging: rtl8723bs: core: Remove boolean comparison (diff)
downloadlinux-dev-e7ec76b6c0de143e5597b293fdc377d6aa0e5b00.tar.xz
linux-dev-e7ec76b6c0de143e5597b293fdc377d6aa0e5b00.zip
staging: rtl8712: Fix indent coding style issue
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>
Diffstat (limited to 'drivers/staging/rtl8712')
-rw-r--r--drivers/staging/rtl8712/rtl8712_recv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/rtl8712_recv.c b/drivers/staging/rtl8712/rtl8712_recv.c
index 097872739f36..8f555e6e1b3f 100644
--- a/drivers/staging/rtl8712/rtl8712_recv.c
+++ b/drivers/staging/rtl8712/rtl8712_recv.c
@@ -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;