projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6dc9aa
)
Staging: comedi: fix spacing coding style issue in s626.c
author
drumber-1
<drumber01@gmail.com>
Wed, 3 Dec 2014 13:33:57 +0000
(13:33 +0000)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/comedi/drivers/s626.c
b/drivers/staging/comedi/drivers/s626.c
index 14932c5f37985cc1471c14077d6e8a93f1ceac89..fc497dd920219553458c300f1624e7a07edc4379 100644
(file)
--- a/
drivers/staging/comedi/drivers/s626.c
+++ b/
drivers/staging/comedi/drivers/s626.c
@@
-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();
}