diff options
author | Slawomir Stepien <sst@poczta.fm> | 2016-04-14 15:36:40 -0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-04-16 08:39:26 -0400 |
commit | d23057e0cadc465911968a4d3f8b0b556f545b6e (patch) | |
tree | 02537e77cb0352c10eddea8b79c8dbbb7d108d1d /drivers/iio | |
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>
Diffstat (limited to 'drivers/iio')
-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) | |||
115 | return ret; | 115 | return ret; |
116 | } | 116 | } |
117 | 117 | ||
118 | return 0; | 118 | return 0; |
119 | #else | 119 | #else |
120 | atomic_set(&st->user_requested_state, state); | 120 | atomic_set(&st->user_requested_state, state); |
121 | return _hid_sensor_power_state(st, state); | 121 | return _hid_sensor_power_state(st, state); |