]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: vt6655: fix space prohibted before that ','
authorAhmad Hassan <ahmad.hassan612@gmail.com>
Mon, 19 Jan 2015 22:13:58 +0000 (13:13 -0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Jan 2015 11:59:16 +0000 (19:59 +0800)
This patch fixes the following checkpatch.pl error:
fix space prohibited before that ','

Signed-off-by: Ahmad Hassan <ahmad.hassan612@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/device_main.c

index c755ec22e440be0e6297b787890255bfd0162676..e5ed9e6a2e66e0336588ef172c8fa0caede895ee 100644 (file)
@@ -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);