From: Slawomir Stepien Date: Thu, 14 Apr 2016 19:36:40 +0000 (+0200) Subject: iio: common: hid-sensors: use tab for indention X-Git-Tag: v5.15~13255^2~2^2~130 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d23057e0cadc465911968a4d3f8b0b556f545b6e;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Jonathan Cameron --- 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);