All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] iio: adc: ad7606: Fix syntax errors in comments
@ 2021-12-12 14:41 Xiang wangx
  2021-12-16 12:24 ` Jonathan Cameron
  0 siblings, 1 reply; 2+ messages in thread
From: Xiang wangx @ 2021-12-12 14:41 UTC (permalink / raw)
  To: jic23; +Cc: lars, Michael.Hennerich, linux-iio, linux-kernel, Xiang wangx

Delete the redundant word 'the'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
---
 drivers/iio/adc/ad7606.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/adc/ad7606.h b/drivers/iio/adc/ad7606.h
index 9350ef1f63b5..4f82d7c9acfd 100644
--- a/drivers/iio/adc/ad7606.h
+++ b/drivers/iio/adc/ad7606.h
@@ -62,7 +62,7 @@ struct ad7606_chip_info {
  * struct ad7606_state - driver instance specific data
  * @dev		pointer to kernel device
  * @chip_info		entry in the table of chips that describes this device
- * @reg		regulator info for the the power supply of the device
+ * @reg		regulator info for the power supply of the device
  * @bops		bus operations (SPI or parallel)
  * @range		voltage range selection, selects which scale to apply
  * @oversampling	oversampling selection
-- 
2.20.1


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

* Re: [PATCH] iio: adc: ad7606: Fix syntax errors in comments
  2021-12-12 14:41 [PATCH] iio: adc: ad7606: Fix syntax errors in comments Xiang wangx
@ 2021-12-16 12:24 ` Jonathan Cameron
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2021-12-16 12:24 UTC (permalink / raw)
  To: Xiang wangx; +Cc: lars, Michael.Hennerich, linux-iio, linux-kernel

On Sun, 12 Dec 2021 22:41:18 +0800
Xiang wangx <wangxiang@cdjrlc.com> wrote:

> Delete the redundant word 'the'.
> 
> Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Applied,

Thanks,

Jonathan

> ---
>  drivers/iio/adc/ad7606.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/adc/ad7606.h b/drivers/iio/adc/ad7606.h
> index 9350ef1f63b5..4f82d7c9acfd 100644
> --- a/drivers/iio/adc/ad7606.h
> +++ b/drivers/iio/adc/ad7606.h
> @@ -62,7 +62,7 @@ struct ad7606_chip_info {
>   * struct ad7606_state - driver instance specific data
>   * @dev		pointer to kernel device
>   * @chip_info		entry in the table of chips that describes this device
> - * @reg		regulator info for the the power supply of the device
> + * @reg		regulator info for the power supply of the device
>   * @bops		bus operations (SPI or parallel)
>   * @range		voltage range selection, selects which scale to apply
>   * @oversampling	oversampling selection


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

end of thread, other threads:[~2021-12-16 12:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-12 14:41 [PATCH] iio: adc: ad7606: Fix syntax errors in comments Xiang wangx
2021-12-16 12:24 ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.