* [PATCH] iio: Fix typo in comment
@ 2022-06-16 14:15 Xiang wangx
2022-06-18 15:40 ` Jonathan Cameron
0 siblings, 1 reply; 3+ messages in thread
From: Xiang wangx @ 2022-06-16 14:15 UTC (permalink / raw)
To: jic23; +Cc: lars, linux-iio, linux-kernel, Xiang wangx
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(-)
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
--
2.36.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] iio: Fix typo in comment
2022-06-16 14:15 [PATCH] iio: Fix typo in comment Xiang wangx
@ 2022-06-18 15:40 ` Jonathan Cameron
0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2022-06-18 15:40 UTC (permalink / raw)
To: Xiang wangx; +Cc: lars, linux-iio, linux-kernel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <20230718161444.1710-1-dengshaomin@cdjrlc.com>]
end of thread, other threads:[~2023-07-22 16:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-16 14:15 [PATCH] iio: Fix typo in comment Xiang wangx
2022-06-18 15:40 ` Jonathan Cameron
[not found] <20230718161444.1710-1-dengshaomin@cdjrlc.com>
[not found] ` <20230718161444.1710-6-dengshaomin@cdjrlc.com>
[not found] ` <7939814b6ca28cfcae466e436d159d22@208suo.com>
2023-07-22 16:57 ` Jonathan Cameron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox