Skip to content

Commit

Permalink
iio: common: hid-sensors: use tab for indention
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Slawomir Stepien authored and Jonathan Cameron committed Apr 16, 2016
1 parent f6aa8ea commit d23057e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/iio/common/hid-sensors/hid-sensor-trigger.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d23057e

Please sign in to comment.