Linux IIO development
 help / color / mirror / Atom feed
* [PATCH] iio: adc: fix spelling in comments
@ 2026-03-06  6:21 Shi Hao
  2026-03-06 12:15 ` Andy Shevchenko
  2026-03-06 12:16 ` Andy Shevchenko
  0 siblings, 2 replies; 3+ messages in thread
From: Shi Hao @ 2026-03-06  6:21 UTC (permalink / raw)
  To: marcelo.schmitt
  Cc: linux-kernel, linux-iio, mazziesaccount, andy, nuno.sa, dlechner,
	jic23, i.shihao.999

Fix incorrect spellings in comments.

- informations -> information
- specifc -> specific
- avalable -> available
- Digial -> Digital
---
 drivers/iio/adc/at91_adc.c      | 2 +-
 drivers/iio/adc/max1363.c       | 2 +-
 drivers/iio/adc/men_z188_adc.c  | 2 +-
 drivers/iio/adc/twl6030-gpadc.c | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/iio/adc/at91_adc.c b/drivers/iio/adc/at91_adc.c
index 920dd9ffd27a..219245106795 100644
--- a/drivers/iio/adc/at91_adc.c
+++ b/drivers/iio/adc/at91_adc.c
@@ -171,7 +171,7 @@ struct at91_adc_trigger {
 };

 /**
- * struct at91_adc_reg_desc - Various informations relative to registers
+ * struct at91_adc_reg_desc - Various information relative to registers
  * @channel_base:	Base offset for the channel data registers
  * @drdy_mask:		Mask of the DRDY field in the relevant registers
  *			(Interruptions registers mostly)
diff --git a/drivers/iio/adc/max1363.c b/drivers/iio/adc/max1363.c
index 9dd547e62b6c..d35f4487b2f9 100644
--- a/drivers/iio/adc/max1363.c
+++ b/drivers/iio/adc/max1363.c
@@ -121,7 +121,7 @@ enum max1363_modes {
 };

 /**
- * struct max1363_chip_info - chip specifc information
+ * struct max1363_chip_info - chip specific information
  * @info:		iio core function callbacks structure
  * @channels:		channel specification
  * @num_channels:       number of channels
diff --git a/drivers/iio/adc/men_z188_adc.c b/drivers/iio/adc/men_z188_adc.c
index 90919d282e7b..5bd334ec5655 100644
--- a/drivers/iio/adc/men_z188_adc.c
+++ b/drivers/iio/adc/men_z188_adc.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * MEN 16z188 Analog to Digial Converter
+ * MEN 16z188 Analog to Digital Converter
  *
  * Copyright (C) 2014 MEN Mikroelektronik GmbH (www.men.de)
  * Author: Johannes Thumshirn <johannes.thumshirn@men.de>
diff --git a/drivers/iio/adc/twl6030-gpadc.c b/drivers/iio/adc/twl6030-gpadc.c
index 3ac774ebf678..7810d6b2b668 100644
--- a/drivers/iio/adc/twl6030-gpadc.c
+++ b/drivers/iio/adc/twl6030-gpadc.c
@@ -416,7 +416,7 @@ static u8 twl6032_channel_to_reg(int channel)
 {
	/*
	 * for any prior chosen channel, when the conversion is ready
-	 * the result is avalable in GPCH0_LSB, GPCH0_MSB.
+	 * the result is available in GPCH0_LSB, GPCH0_MSB.
	 */

	return TWL6032_GPADC_GPCH0_LSB;
--
2.51.0

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

* Re: [PATCH] iio: adc: fix spelling in comments
  2026-03-06  6:21 [PATCH] iio: adc: fix spelling in comments Shi Hao
@ 2026-03-06 12:15 ` Andy Shevchenko
  2026-03-06 12:16 ` Andy Shevchenko
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2026-03-06 12:15 UTC (permalink / raw)
  To: Shi Hao
  Cc: marcelo.schmitt, linux-kernel, linux-iio, mazziesaccount, andy,
	nuno.sa, dlechner, jic23

On Fri, Mar 06, 2026 at 11:51:07AM +0530, Shi Hao wrote:
> Fix incorrect spellings in comments.
> 
> - informations -> information
> - specifc -> specific
> - avalable -> available
> - Digial -> Digital

Only 4 typos?

Can you run `codespell` against each of the subfolders and create the
respective patch series?

-- 
With Best Regards,
Andy Shevchenko



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

* Re: [PATCH] iio: adc: fix spelling in comments
  2026-03-06  6:21 [PATCH] iio: adc: fix spelling in comments Shi Hao
  2026-03-06 12:15 ` Andy Shevchenko
@ 2026-03-06 12:16 ` Andy Shevchenko
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2026-03-06 12:16 UTC (permalink / raw)
  To: Shi Hao
  Cc: marcelo.schmitt, linux-kernel, linux-iio, mazziesaccount, andy,
	nuno.sa, dlechner, jic23

On Fri, Mar 06, 2026 at 11:51:07AM +0530, Shi Hao wrote:
> Fix incorrect spellings in comments.
> 
> - informations -> information
> - specifc -> specific
> - avalable -> available
> - Digial -> Digital

Also this misses necessary tags. Please, take your time to study Submitting
Patches documentation.

-- 
With Best Regards,
Andy Shevchenko



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

end of thread, other threads:[~2026-03-06 12:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-06  6:21 [PATCH] iio: adc: fix spelling in comments Shi Hao
2026-03-06 12:15 ` Andy Shevchenko
2026-03-06 12:16 ` Andy Shevchenko

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