Message ID | 20220616141522.2238-1-wangxiang@cdjrlc.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | iio: Fix typo in comment | expand |
On Thu, 16 Jun 2022 22:15:22 +0800 Xiang wangx <wangxiang@cdjrlc.com> wrote: > Delete the redundant word 'in'. > > Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Applied, but with patch title changed to reflect the driver in question. iio: gyro: bmg160: ... > --- > drivers/iio/gyro/bmg160_core.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iio/gyro/bmg160_core.c b/drivers/iio/gyro/bmg160_core.c > index 81a6d09788bd..cedd9f02ea21 100644 > --- a/drivers/iio/gyro/bmg160_core.c > +++ b/drivers/iio/gyro/bmg160_core.c > @@ -766,7 +766,7 @@ static int bmg160_write_event_config(struct iio_dev *indio_dev, > return 0; > } > /* > - * We will expect the enable and disable to do operation in > + * We will expect the enable and disable to do operation > * in reverse order. This will happen here anyway as our > * resume operation uses sync mode runtime pm calls, the > * suspend operation will be delayed by autosuspend delay
diff --git a/drivers/iio/gyro/bmg160_core.c b/drivers/iio/gyro/bmg160_core.c index 81a6d09788bd..cedd9f02ea21 100644 --- a/drivers/iio/gyro/bmg160_core.c +++ b/drivers/iio/gyro/bmg160_core.c @@ -766,7 +766,7 @@ static int bmg160_write_event_config(struct iio_dev *indio_dev, return 0; } /* - * We will expect the enable and disable to do operation in + * We will expect the enable and disable to do operation * in reverse order. This will happen here anyway as our * resume operation uses sync mode runtime pm calls, the * suspend operation will be delayed by autosuspend delay
Delete the redundant word 'in'. Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> --- drivers/iio/gyro/bmg160_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)