[PATCH] iio: dac: Fix converters spelling typo.

Karan Sanghavi posted 1 patch 1 week, 5 days ago
drivers/iio/dac/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] iio: dac: Fix converters spelling typo.
Posted by Karan Sanghavi 1 week, 5 days ago
Correct the converters typo error

"convertors" => "converters"

Signed-off-by: Karan Sanghavi <karansanghvi98@gmail.com>
---
 drivers/iio/dac/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig
index 45e337c6d256..059994c7caa3 100644
--- a/drivers/iio/dac/Kconfig
+++ b/drivers/iio/dac/Kconfig
@@ -61,7 +61,7 @@ config AD5421
 	depends on SPI
 	help
 	  Say yes here to build support for Analog Devices AD5421 loop-powered
-	  digital-to-analog convertors (DAC).
+	  digital-to-analog converters (DAC).
 
 	  To compile this driver as module choose M here: the module will be called
 	  ad5421.

---
base-commit: 81983758430957d9a5cb3333fe324fd70cf63e7e
change-id: 20241111-dackconfigcodespell-2c39aae651a0

Best regards,
-- 
Karan Sanghavi <karansanghvi98@gmail.com>
Re: [PATCH] iio: dac: Fix converters spelling typo.
Posted by Jonathan Cameron an hour ago
On Mon, 11 Nov 2024 14:55:05 +0000
Karan Sanghavi <karansanghvi98@gmail.com> wrote:

> Correct the converters typo error
> 
> "convertors" => "converters"
> 
> Signed-off-by: Karan Sanghavi <karansanghvi98@gmail.com>
Applied.
Thanks
> ---
>  drivers/iio/dac/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/dac/Kconfig b/drivers/iio/dac/Kconfig
> index 45e337c6d256..059994c7caa3 100644
> --- a/drivers/iio/dac/Kconfig
> +++ b/drivers/iio/dac/Kconfig
> @@ -61,7 +61,7 @@ config AD5421
>  	depends on SPI
>  	help
>  	  Say yes here to build support for Analog Devices AD5421 loop-powered
> -	  digital-to-analog convertors (DAC).
> +	  digital-to-analog converters (DAC).
>  
>  	  To compile this driver as module choose M here: the module will be called
>  	  ad5421.
> 
> ---
> base-commit: 81983758430957d9a5cb3333fe324fd70cf63e7e
> change-id: 20241111-dackconfigcodespell-2c39aae651a0
> 
> Best regards,