summaryrefslogtreecommitdiffstats
path: root/drivers/iio/common
diff options
context:
space:
mode:
authorSlawomir Stepien <sst@poczta.fm>2016-04-14 21:36:40 +0200
committerJonathan Cameron <jic23@kernel.org>2016-04-16 13:39:26 +0100
commitd23057e0cadc465911968a4d3f8b0b556f545b6e (patch)
tree02537e77cb0352c10eddea8b79c8dbbb7d108d1d /drivers/iio/common
parentf6aa8eaf5d301b213f4660d1a37b44b5f1c2c458 (diff)
downloadop-kernel-dev-d23057e0cadc465911968a4d3f8b0b556f545b6e.zip
op-kernel-dev-d23057e0cadc465911968a4d3f8b0b556f545b6e.tar.gz
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')
-rw-r--r--drivers/iio/common/hid-sensors/hid-sensor-trigger.c2
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);
OpenPOWER on IntegriCloud