forked from luck/tmp_suning_uos_patched
iio: common: ms_sensors: use tab for indention
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>
This commit is contained in:
parent
102447adfa
commit
f6aa8eaf5d
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue
Block a user