Linux IIO development
 help / color / mirror / Atom feed
* [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

* Re: [PATCH] iio: Fix typo in comment
       [not found]   ` <7939814b6ca28cfcae466e436d159d22@208suo.com>
@ 2023-07-22 16:57     ` Jonathan Cameron
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2023-07-22 16:57 UTC (permalink / raw)
  To: zhumao001; +Cc: lars, Michael.Hennerich, linux-iio, linux-kernel

On Wed, 19 Jul 2023 00:28:15 +0800
zhumao001@208suo.com wrote:

Hi,

This didn't make the mailing list - I think because you sent
it as an html email.  Please fix that and resend as then it'll will
be tracked in patchwork / b4 tooling will work etc.

Thanks,

Jonathan

> 
> There is rebundant word 'actual' in comment, remove one.
> 
> Signed-off-by: Mao Zhu <zhumao001@208suo.com>
> ---
>   drivers/iio/gyro/adxrs450.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/gyro/adxrs450.c b/drivers/iio/gyro/adxrs450.c
> index f84438e0c42c..195c09beb937 100644
> --- a/drivers/iio/gyro/adxrs450.c
> +++ b/drivers/iio/gyro/adxrs450.c
> @@ -128,7 +128,7 @@ static int adxrs450_spi_read_reg_16(struct iio_dev 
> *indio_dev,
> 
>   /**
>    * adxrs450_spi_write_reg_16() - write 2 bytes data to a register pair
> - * @indio_dev: device associated with child of actual actual iio_dev
> + * @indio_dev: device associated with child of actual iio_dev
>    * @reg_address: the address of the lower of the two registers,which 
> should be
>    *    an even address, the second register's address is reg_address + 
> 1.
>    * @val: value to be written.

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

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