Linux IIO development
 help / color / mirror / Atom feed
* [PATCH] iio/accel: fix repeated words in comments
@ 2022-08-23 14:00 wangjianli
  2022-08-28 16:06 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: wangjianli @ 2022-08-23 14:00 UTC (permalink / raw)
  To: jic23, lars, andy.shevchenko; +Cc: linux-iio, linux-kernel, wangjianli

Delete the redundant word 'in'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
 drivers/iio/accel/kxcjk-1013.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/accel/kxcjk-1013.c b/drivers/iio/accel/kxcjk-1013.c
index 748b35c2f0c3..b073ab12e6a4 100644
--- a/drivers/iio/accel/kxcjk-1013.c
+++ b/drivers/iio/accel/kxcjk-1013.c
@@ -1064,7 +1064,7 @@ static int kxcjk1013_write_event_config(struct iio_dev *indio_dev,
 
 	/*
 	 * We will expect the enable and disable to do operation in
-	 * in reverse order. This will happen here anyway as our
+	 * 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
 	 * So the disable operation will still happen in reverse of
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] iio/accel: fix repeated words in comments
  2022-08-23 14:00 [PATCH] iio/accel: fix repeated words in comments wangjianli
@ 2022-08-28 16:06 ` Jonathan Cameron
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2022-08-28 16:06 UTC (permalink / raw)
  To: wangjianli; +Cc: lars, andy.shevchenko, linux-iio, linux-kernel

On Tue, 23 Aug 2022 22:00:23 +0800
wangjianli <wangjianli@cdjrlc.com> wrote:

> Delete the redundant word 'in'.
> 
> Signed-off-by: wangjianli <wangjianli@cdjrlc.com>

Applied,

Thanks,

> ---
>  drivers/iio/accel/kxcjk-1013.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/accel/kxcjk-1013.c b/drivers/iio/accel/kxcjk-1013.c
> index 748b35c2f0c3..b073ab12e6a4 100644
> --- a/drivers/iio/accel/kxcjk-1013.c
> +++ b/drivers/iio/accel/kxcjk-1013.c
> @@ -1064,7 +1064,7 @@ static int kxcjk1013_write_event_config(struct iio_dev *indio_dev,
>  
>  	/*
>  	 * We will expect the enable and disable to do operation in
> -	 * in reverse order. This will happen here anyway as our
> +	 * 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
>  	 * So the disable operation will still happen in reverse of


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-28 16:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-23 14:00 [PATCH] iio/accel: fix repeated words in comments wangjianli
2022-08-28 16:06 ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox