staging: comedi: me4000: Fixed code style issue
authorMarcus Hufvudsson <marcushuf@gmail.com>
Sat, 15 Nov 2014 15:55:20 +0000 (16:55 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Nov 2014 23:35:24 +0000 (15:35 -0800)
Fixed checkpatch.pl error message. Space prohibited before that ','

Signed-off-by: Marcus Hufvudsson <marcushuf@gmail.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/me4000.c

index ae6ac49..fc67419 100644 (file)
@@ -416,7 +416,7 @@ static void me4000_reset(struct comedi_device *dev)
        val |= PLX9052_CNTRL_PCI_RESET;
        outl(val, info->plx_regbase + PLX9052_CNTRL);
        val &= ~PLX9052_CNTRL_PCI_RESET;
-       outl(val , info->plx_regbase + PLX9052_CNTRL);
+       outl(val, info->plx_regbase + PLX9052_CNTRL);
 
        /* 0x8000 to the DACs means an output voltage of 0V */
        for (chan = 0; chan < 4; chan++)