* [PATCH v3] staging: rtl8712: Fix indent coding style issue
@ 2017-09-26 10:44 Mihaela Muraru
0 siblings, 0 replies; only message in thread
From: Mihaela Muraru @ 2017-09-26 10:44 UTC (permalink / raw)
To: outreachy-kernel; +Cc: Greg Kroah-Hartman
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>
Acked-by Julia Lawall <julia.lawall@lip6.fr>
---
Changes in v3:
- added back ack
---
drivers/staging/rtl8712/rtl8712_recv.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8712/rtl8712_recv.c b/drivers/staging/rtl8712/rtl8712_recv.c
index 0978727..8f555e6 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;
--
2.7.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-09-26 10:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-26 10:44 [PATCH v3] staging: rtl8712: Fix indent coding style issue Mihaela Muraru
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.