On Tue, 9 Jun 2020 18:39:52 -0400 Keyur Patel <iamkeyur96@xxxxxxxxx> wrote: > Fix typo: "tigger" --> "trigger" > > Signed-off-by: Keyur Patel <iamkeyur96@xxxxxxxxx> *After a diversion to read some AA Milne* Applied to the togreg branch of iio.git and pushed out as testing because there is other stuff in the tree that needs testing. Thanks, Jonathan > --- > drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c b/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c > index c831915ca7e5..4888fb23d801 100644 > --- a/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c > +++ b/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c > @@ -352,7 +352,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,