On 14/04/16 20:36, Slawomir Stepien wrote: > This fixes the error reported by checkpatch.pl: > > ERROR: code indent should use tabs where possible > > Signed-off-by: Slawomir Stepien <sst@xxxxxxxxx> Applied, Thanks, Jonathan > --- > drivers/iio/common/hid-sensors/hid-sensor-trigger.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iio/common/hid-sensors/hid-sensor-trigger.c b/drivers/iio/common/hid-sensors/hid-sensor-trigger.c > index 5955110..5b41f9d 100644 > --- a/drivers/iio/common/hid-sensors/hid-sensor-trigger.c > +++ b/drivers/iio/common/hid-sensors/hid-sensor-trigger.c > @@ -115,7 +115,7 @@ int hid_sensor_power_state(struct hid_sensor_common *st, bool state) > return ret; > } > > - return 0; > + return 0; > #else > atomic_set(&st->user_requested_state, state); > return _hid_sensor_power_state(st, state); > -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html