projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37dd441
)
iio: adc: mcp3422: remove spaces before comma
author
Slawomir Stepien
<sst@poczta.fm>
Thu, 14 Apr 2016 19:36:36 +0000
(21:36 +0200)
committer
Jonathan Cameron
<jic23@kernel.org>
Sat, 16 Apr 2016 12:39:23 +0000
(13:39 +0100)
This fixes the error reported by checkpatch.pl:
ERROR: space prohibited before that ',' (ctx:WxW)
Signed-off-by: Slawomir Stepien <sst@poczta.fm>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/mcp3422.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/iio/adc/mcp3422.c
b/drivers/iio/adc/mcp3422.c
index d7b36efd2f3ced994b49da023e0f582c472f2230..d1172dc1e8e2b9cfec641e7df3fc983d399a62b2 100644
(file)
--- a/
drivers/iio/adc/mcp3422.c
+++ b/
drivers/iio/adc/mcp3422.c
@@
-61,9
+61,9
@@
static const int mcp3422_scales[4][4] = {
{ 1000000, 500000, 250000, 125000 },
- { 250000
, 125000, 62500 ,
31250 },
- { 62500
, 31250 , 15625 ,
7812 },
- { 15625
, 7812 , 3906 ,
1953 } };
+ { 250000
, 125000, 62500,
31250 },
+ { 62500
, 31250, 15625,
7812 },
+ { 15625
, 7812, 3906,
1953 } };
/* Constant msleep times for data acquisitions */
static const int mcp3422_read_times[4] = {