diff options
author | Slawomir Stepien <sst@poczta.fm> | 2016-04-14 19:36:40 (GMT) |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-04-16 12:39:26 (GMT) |
commit | d23057e0cadc465911968a4d3f8b0b556f545b6e (patch) | |
tree | 02537e77cb0352c10eddea8b79c8dbbb7d108d1d /drivers/iio/common/hid-sensors | |
parent | f6aa8eaf5d301b213f4660d1a37b44b5f1c2c458 (diff) | |
download | linux-d23057e0cadc465911968a4d3f8b0b556f545b6e.tar.xz |
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>
Diffstat (limited to 'drivers/iio/common/hid-sensors')
-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 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); |