Commit ddd54d65 authored by drumber-1's avatar drumber-1 Committed by Greg Kroah-Hartman

Staging: comedi: fix spacing coding style issue in s626.c

 This is a patch to the s626.c file that fixes a spacing error found by the checkpatch.pl tool
Signed-off-by: default avatarJacob L Close <drumber01@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d6dc9aa6
...@@ -118,7 +118,7 @@ static void s626_mc_enable(struct comedi_device *dev, ...@@ -118,7 +118,7 @@ static void s626_mc_enable(struct comedi_device *dev,
static void s626_mc_disable(struct comedi_device *dev, static void s626_mc_disable(struct comedi_device *dev,
unsigned int cmd, unsigned int reg) unsigned int cmd, unsigned int reg)
{ {
writel(cmd << 16 , dev->mmio + reg); writel(cmd << 16, dev->mmio + reg);
mmiowb(); mmiowb();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment