mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-09 02:51:20 +00:00
iio: cros_ec: fix spelling mistake
Fix typo: "tigger" --> "trigger" Signed-off-by: Keyur Patel <iamkeyur96@gmail.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
8cb631ccbb
commit
d18ffd8374
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user