OSDN Git Service

Staging: comedi: fix spacing coding style issue in s626.c
authordrumber-1 <drumber01@gmail.com>
Wed, 3 Dec 2014 13:33:57 +0000 (13:33 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 10 Jan 2015 00:58:11 +0000 (16:58 -0800)
 This is a patch to the s626.c file that fixes a spacing error found by the checkpatch.pl tool
Signed-off-by: Jacob L Close <drumber01@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/s626.c

index 14932c5..fc497dd 100644 (file)
@@ -118,7 +118,7 @@ static void s626_mc_enable(struct comedi_device *dev,
 static void s626_mc_disable(struct comedi_device *dev,
                            unsigned int cmd, unsigned int reg)
 {
-       writel(cmd << 16 , dev->mmio + reg);
+       writel(cmd << 16, dev->mmio + reg);
        mmiowb();
 }