[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20150119221358.GA4111@Arch-Thinkpad>
Date: Mon, 19 Jan 2015 13:13:58 -0900
From: Ahmad Hassan <ahmad.hassan612@...il.com>
To: devel@...verdev.osuosl.org
Cc: forest@...ttletooquiet.net, gregkh@...uxfoundation.org,
tvboxspy@...il.com, gclement@...bob.org, joe@...ches.com,
guido@...guardiasur.com.ar, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v3] staging: vt6655: fix space prohibted before that ','
This patch fixes the following checkpatch.pl error:
fix space prohibited before that ','
Signed-off-by: Ahmad Hassan <ahmad.hassan612@...il.com>
---
v2: adjusted From name field
v3: added description message
drivers/staging/vt6655/device_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/vt6655/device_main.c b/drivers/staging/vt6655/device_main.c
index f5cc78e..34e3a76 100644
--- a/drivers/staging/vt6655/device_main.c
+++ b/drivers/staging/vt6655/device_main.c
@@ -1090,7 +1090,7 @@ static irqreturn_t device_intr(int irq, void *dev_instance)
// Must do this after doing rx/tx, cause ISR bit is slow
// than RD/TD write back
// update ISR counter
- STAvUpdate802_11Counter(&pDevice->s802_11Counter, &pDevice->scStatistic , dwMIBCounter);
+ STAvUpdate802_11Counter(&pDevice->s802_11Counter, &pDevice->scStatistic, dwMIBCounter);
while (pDevice->dwIsr != 0) {
STAvUpdateIsrStatCounter(&pDevice->scStatistic, pDevice->dwIsr);
MACvWriteISR(pDevice->PortOffset, pDevice->dwIsr);
--
2.2.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists