projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64a6815
)
iio: adc: ad7291: Fix indentation error by adding extra spaces
author
Anup Sharma
<anupnewsmail@gmail.com>
Sat, 28 Jan 2023 17:48:17 +0000
(23:18 +0530)
committer
Jonathan Cameron
<Jonathan.Cameron@huawei.com>
Sat, 28 Jan 2023 18:08:47 +0000
(18:08 +0000)
Added extra spaces before statements to fix
following indentation warnings reported by checkpatch.pl.
WARNING: Statements should start on a tabstop
+ return 0;
Signed-off-by: Anup Sharma <anupnewsmail@gmail.com>
Link:
https://lore.kernel.org/r/Y9Vf4Tp8JKvy+y0u@yoga
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/ad7291.c
patch
|
blob
|
history
diff --git
a/drivers/iio/adc/ad7291.c
b/drivers/iio/adc/ad7291.c
index
3dd0105
..
f9ee189
100644
(file)
--- a/
drivers/iio/adc/ad7291.c
+++ b/
drivers/iio/adc/ad7291.c
@@
-179,7
+179,7
@@
static unsigned int ad7291_threshold_reg(const struct iio_chan_spec *chan,
offset = AD7291_VOLTAGE_OFFSET;
break;
default:
- return 0;
+
return 0;
}
switch (info) {