Skip to content

Commit

Permalink
iio: common: ms_sensors: use tab for indention
Browse files Browse the repository at this point in the history
This fixes the error reported by checkpatch.pl:

ERROR: code indent should use tabs where possible

Signed-off-by: Slawomir Stepien <sst@poczta.fm>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
  • Loading branch information
Slawomir Stepien authored and Jonathan Cameron committed Apr 16, 2016
1 parent 102447a commit f6aa8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/iio/common/ms_sensors/ms_sensors_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ int ms_sensors_convert_and_read(void *cli, u8 conv, u8 rd,
unsigned int delay, u32 *adc)
{
int ret;
__be32 buf = 0;
__be32 buf = 0;
struct i2c_client *client = (struct i2c_client *)cli;

/* Trigger conversion */
Expand Down

0 comments on commit f6aa8ea

Please sign in to comment.