Skip to content

Commit

Permalink
iio: adc: ad7291: Fix indentation error by adding extra spaces
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Anup Sharma authored and Jonathan Cameron committed Jan 28, 2023
1 parent 64a6815 commit 4ae612e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/iio/adc/ad7291.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 4ae612e

Please sign in to comment.