aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnup Sharma <[email protected]>2023-01-28 23:18:17 +0530
committerJonathan Cameron <[email protected]>2023-01-28 18:08:47 +0000
commit4ae612e4af95d72e36f478cad66d47c06b86de68 (patch)
treed77683e15fd39fb72d1cab92f30d8777b2136f2e
parent64a68158738ec8f520347144352f7a09bdb9e169 (diff)
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: Anup Sharma <[email protected]> Link: https://lore.kernel.org/r/Y9Vf4Tp8JKvy+y0u@yoga Signed-off-by: Jonathan Cameron <[email protected]>
-rw-r--r--drivers/iio/adc/ad7291.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/adc/ad7291.c b/drivers/iio/adc/ad7291.c
index 3dd0105f63d7..f9ee189925de 100644
--- 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) {