提交 4ae612e4 编写于 作者: A Anup Sharma 提交者: Jonathan Cameron

iio: adc: ad7291: Fix indentation error by adding extra spaces

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: NAnup Sharma <anupnewsmail@gmail.com>
Link: https://lore.kernel.org/r/Y9Vf4Tp8JKvy+y0u@yogaSigned-off-by: NJonathan Cameron <Jonathan.Cameron@huawei.com>
上级 64a68158
...@@ -179,7 +179,7 @@ static unsigned int ad7291_threshold_reg(const struct iio_chan_spec *chan, ...@@ -179,7 +179,7 @@ static unsigned int ad7291_threshold_reg(const struct iio_chan_spec *chan,
offset = AD7291_VOLTAGE_OFFSET; offset = AD7291_VOLTAGE_OFFSET;
break; break;
default: default:
return 0; return 0;
} }
switch (info) { switch (info) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册