Skip to content

Commit

Permalink
iio: cros_ec: fix spelling mistake
Browse files Browse the repository at this point in the history
Fix typo: "tigger" --> "trigger"

Signed-off-by: Keyur Patel <iamkeyur96@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
  • Loading branch information
Keyur Patel authored and Jonathan Cameron committed Jun 14, 2020
1 parent 8cb631c commit d18ffd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ int cros_ec_sensors_core_init(struct platform_device *pdev,
} else {
/*
* The only way to get samples in buffer is to set a
* software tigger (systrig, hrtimer).
* software trigger (systrig, hrtimer).
*/
ret = devm_iio_triggered_buffer_setup(
dev, indio_dev, NULL, trigger_capture,
Expand Down

0 comments on commit d18ffd8

Please sign in to comment.