diff options
author | Slawomir Stepien <sst@poczta.fm> | 2016-04-14 21:36:40 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-04-16 13:39:26 +0100 |
commit | d23057e0cadc465911968a4d3f8b0b556f545b6e (patch) | |
tree | 02537e77cb0352c10eddea8b79c8dbbb7d108d1d | |
parent | f6aa8eaf5d301b213f4660d1a37b44b5f1c2c458 (diff) |
iio: common: hid-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>
-rw-r--r-- | drivers/iio/common/hid-sensors/hid-sensor-trigger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/common/hid-sensors/hid-sensor-trigger.c b/drivers/iio/common/hid-sensors/hid-sensor-trigger.c index 595511022795..5b41f9d0d4f3 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); |