All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/6] iio: fix spelling mistakes in comments
@ 2026-03-11  9:39 Shi Hao
  2026-03-11  9:39 ` [PATCH v4 1/6] iio: accel: fix typo celcius to Celsius Shi Hao
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Shi Hao @ 2026-03-11  9:39 UTC (permalink / raw)
  To: andriy.shevchenko
  Cc: andy, dlechner, i.shihao.999, jic23, linux-iio, linux-kernel,
	marcelo.schmitt, nuno.sa, mazziesaccount, daniel.baluta,
	simona.toaca, d-gole

This series fixes spelling mistakes in comments across several IIO
subsystems to improve readability and code consistency.

v4:

- Fix commit message grammar and punctuation across patches
- Keep 'whilst' instead of 'while'
- Rephrase sentence in chemical driver comment
- Capitalize IIO in comments

v3:

- Change commit subjects as per changes
- Capitalize proper acronyms (IRQ) and Celsius
- Fix short wrap in commit body

v2:

- Split original patch into 6 commits
- Fixed commit message formatting and typos
- Added necessary tags in commits
- Added more fixes then previous

Shi Hao (6):
  iio: accel: fix typo celcius to Celsius
  iio: adc: fix spelling mistakes in comments
  iio: amplifiers: fix typo Curren to Current
  iio: cdc: fix spelling mistakes in comments
  iio: chemical: rephrase sentence and fix typo in comment
  iio: common: fix spelling mistakes in comments

 drivers/iio/accel/adis16201.c                          | 2 +-
 drivers/iio/accel/adis16209.c                          | 2 +-
 drivers/iio/adc/ad4030.c                               | 2 +-
 drivers/iio/adc/ad4170-4.c                             | 6 +++---
 drivers/iio/adc/ad7380.c                               | 2 +-
 drivers/iio/adc/ad7887.c                               | 2 +-
 drivers/iio/adc/ad7923.c                               | 4 ++--
 drivers/iio/adc/at91_adc.c                             | 4 ++--
 drivers/iio/adc/max1363.c                              | 2 +-
 drivers/iio/adc/mcp3564.c                              | 2 +-
 drivers/iio/adc/men_z188_adc.c                         | 2 +-
 drivers/iio/adc/npcm_adc.c                             | 2 +-
 drivers/iio/adc/palmas_gpadc.c                         | 2 +-
 drivers/iio/adc/rohm-bd79124.c                         | 4 ++--
 drivers/iio/adc/spear_adc.c                            | 2 +-
 drivers/iio/adc/stm32-adc-core.c                       | 2 +-
 drivers/iio/adc/stm32-adc.c                            | 2 +-
 drivers/iio/adc/sun20i-gpadc-iio.c                     | 2 +-
 drivers/iio/adc/ti_am335x_adc.c                        | 2 +-
 drivers/iio/adc/twl4030-madc.c                         | 2 +-
 drivers/iio/adc/twl6030-gpadc.c                        | 4 ++--
 drivers/iio/amplifiers/ada4250.c                       | 2 +-
 drivers/iio/cdc/ad7150.c                               | 2 +-
 drivers/iio/cdc/ad7746.c                               | 2 +-
 drivers/iio/chemical/bme680_core.c                     | 2 +-
 drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c   | 2 +-
 drivers/iio/common/hid-sensors/hid-sensor-attributes.c | 2 +-
 drivers/iio/common/inv_sensors/inv_sensors_timestamp.c | 2 +-
 drivers/iio/common/ms_sensors/ms_sensors_i2c.c         | 2 +-
 29 files changed, 35 insertions(+), 35 deletions(-)

--
2.53.0

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

* [PATCH v4 1/6] iio: accel: fix typo celcius to Celsius
  2026-03-11  9:39 [PATCH v4 0/6] iio: fix spelling mistakes in comments Shi Hao
@ 2026-03-11  9:39 ` Shi Hao
  2026-03-11  9:39 ` [PATCH v4 2/6] iio: adc: fix spelling mistakes in comments Shi Hao
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: Shi Hao @ 2026-03-11  9:39 UTC (permalink / raw)
  To: andriy.shevchenko
  Cc: andy, dlechner, i.shihao.999, jic23, linux-iio, linux-kernel,
	marcelo.schmitt, nuno.sa, mazziesaccount, daniel.baluta,
	simona.toaca, d-gole

Fix incorrect spelling in comments
- celcius -> Celsius

Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
---
 drivers/iio/accel/adis16201.c | 2 +-
 drivers/iio/accel/adis16209.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/iio/accel/adis16201.c b/drivers/iio/accel/adis16201.c
index 5127e58eebc7..ba0f97944c6d 100644
--- a/drivers/iio/accel/adis16201.c
+++ b/drivers/iio/accel/adis16201.c
@@ -147,7 +147,7 @@ static int adis16201_read_raw(struct iio_dev *indio_dev,
		/*
		 * The raw ADC value is 1278 when the temperature
		 * is 25 degrees and the scale factor per milli
-		 * degree celcius is -470.
+		 * degree Celsius is -470.
		 */
		*val = 25000 / -470 - 1278;
		return IIO_VAL_INT;
diff --git a/drivers/iio/accel/adis16209.c b/drivers/iio/accel/adis16209.c
index 41ffd92f27fd..04e169f221c4 100644
--- a/drivers/iio/accel/adis16209.c
+++ b/drivers/iio/accel/adis16209.c
@@ -186,7 +186,7 @@ static int adis16209_read_raw(struct iio_dev *indio_dev,
		/*
		 * The raw ADC value is 0x4FE when the temperature
		 * is 45 degrees and the scale factor per milli
-		 * degree celcius is -470.
+		 * degree Celsius is -470.
		 */
		*val = 25000 / -470 - 0x4FE;
		return IIO_VAL_INT;
--
2.53.0

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

* [PATCH v4 2/6] iio: adc: fix spelling mistakes in comments
  2026-03-11  9:39 [PATCH v4 0/6] iio: fix spelling mistakes in comments Shi Hao
  2026-03-11  9:39 ` [PATCH v4 1/6] iio: accel: fix typo celcius to Celsius Shi Hao
@ 2026-03-11  9:39 ` Shi Hao
  2026-03-11  9:39 ` [PATCH v4 3/6] iio: amplifiers: fix typo Curren to Current Shi Hao
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: Shi Hao @ 2026-03-11  9:39 UTC (permalink / raw)
  To: andriy.shevchenko
  Cc: andy, dlechner, i.shihao.999, jic23, linux-iio, linux-kernel,
	marcelo.schmitt, nuno.sa, mazziesaccount, daniel.baluta,
	simona.toaca, d-gole

There were several spelling mistakes in comments such as mulitiply,
referrence, ocurring, consequtive, and celcius, as well as other
occurrences. Fix these spelling mistakes to improve code readability
and consistency.

Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
---
 drivers/iio/adc/ad4030.c           | 2 +-
 drivers/iio/adc/ad4170-4.c         | 6 +++---
 drivers/iio/adc/ad7380.c           | 2 +-
 drivers/iio/adc/ad7887.c           | 2 +-
 drivers/iio/adc/ad7923.c           | 4 ++--
 drivers/iio/adc/at91_adc.c         | 4 ++--
 drivers/iio/adc/max1363.c          | 2 +-
 drivers/iio/adc/mcp3564.c          | 2 +-
 drivers/iio/adc/men_z188_adc.c     | 2 +-
 drivers/iio/adc/npcm_adc.c         | 2 +-
 drivers/iio/adc/palmas_gpadc.c     | 2 +-
 drivers/iio/adc/rohm-bd79124.c     | 4 ++--
 drivers/iio/adc/spear_adc.c        | 2 +-
 drivers/iio/adc/stm32-adc-core.c   | 2 +-
 drivers/iio/adc/stm32-adc.c        | 2 +-
 drivers/iio/adc/sun20i-gpadc-iio.c | 2 +-
 drivers/iio/adc/ti_am335x_adc.c    | 2 +-
 drivers/iio/adc/twl4030-madc.c     | 2 +-
 drivers/iio/adc/twl6030-gpadc.c    | 4 ++--
 19 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/drivers/iio/adc/ad4030.c b/drivers/iio/adc/ad4030.c
index 68446db9bef1..eb56043c7424 100644
--- a/drivers/iio/adc/ad4030.c
+++ b/drivers/iio/adc/ad4030.c
@@ -623,7 +623,7 @@ static int ad4030_conversion(struct iio_dev *indio_dev)
	/* Add one byte if we are using a differential + common byte mode */
	bytes_to_read += (st->mode == AD4030_OUT_DATA_MD_24_DIFF_8_COM ||
			st->mode == AD4030_OUT_DATA_MD_16_DIFF_8_COM) ? 1 : 0;
-	/* Mulitiply by the number of hardware channels */
+	/* Multiply by the number of hardware channels */
	bytes_to_read *= st->chip->num_voltage_inputs;

	for (i = 0; i < cnv_nb; i++) {
diff --git a/drivers/iio/adc/ad4170-4.c b/drivers/iio/adc/ad4170-4.c
index 82205bfae531..77af0e6b2c59 100644
--- a/drivers/iio/adc/ad4170-4.c
+++ b/drivers/iio/adc/ad4170-4.c
@@ -275,9 +275,9 @@ static const unsigned int ad4170_reg_size[] = {
 };

 enum ad4170_ref_buf {
-	AD4170_REF_BUF_PRE,	/* Pre-charge referrence buffer */
-	AD4170_REF_BUF_FULL,	/* Full referrence buffering */
-	AD4170_REF_BUF_BYPASS,	/* Bypass referrence buffering */
+	AD4170_REF_BUF_PRE,	/* Pre-charge reference buffer */
+	AD4170_REF_BUF_FULL,	/* Full reference buffering */
+	AD4170_REF_BUF_BYPASS,	/* Bypass reference buffering */
 };

 /* maps adi,positive/negative-reference-buffer property values to enum */
diff --git a/drivers/iio/adc/ad7380.c b/drivers/iio/adc/ad7380.c
index bfd908deefc0..074198877816 100644
--- a/drivers/iio/adc/ad7380.c
+++ b/drivers/iio/adc/ad7380.c
@@ -1850,7 +1850,7 @@ static int ad7380_probe_spi_offload(struct iio_dev *indio_dev,

	/*
	 * Starting with a quite low frequency, to allow oversampling x32,
-	 * user is then reponsible to adjust the frequency for the specific case.
+	 * user is then responsible to adjust the frequency for the specific case.
	 */
	ret = ad7380_set_sample_freq(st, sample_rate / 32);
	if (ret)
diff --git a/drivers/iio/adc/ad7887.c b/drivers/iio/adc/ad7887.c
index 87ff95643794..cf1fbc05d098 100644
--- a/drivers/iio/adc/ad7887.c
+++ b/drivers/iio/adc/ad7887.c
@@ -104,7 +104,7 @@ static int ad7887_ring_postdisable(struct iio_dev *indio_dev)
 {
	struct ad7887_state *st = iio_priv(indio_dev);

-	/* dummy read: restore default CH0 settin */
+	/* dummy read: restore default CH0 setting */
	return spi_sync(st->spi, &st->msg[AD7887_CH0]);
 }

diff --git a/drivers/iio/adc/ad7923.c b/drivers/iio/adc/ad7923.c
index 0369151c7db1..acc87d486aa4 100644
--- a/drivers/iio/adc/ad7923.c
+++ b/drivers/iio/adc/ad7923.c
@@ -30,7 +30,7 @@
 #define AD7923_PM_MODE_AS	(1)		/* auto shutdown */
 #define AD7923_PM_MODE_FS	(2)		/* full shutdown */
 #define AD7923_PM_MODE_OPS	(3)		/* normal operation */
-#define AD7923_SEQUENCE_OFF	(0)		/* no sequence fonction */
+#define AD7923_SEQUENCE_OFF	(0)		/* no sequence function */
 #define AD7923_SEQUENCE_PROTECT	(2)		/* no interrupt write cycle */
 #define AD7923_SEQUENCE_ON	(3)		/* continuous sequence */

@@ -39,7 +39,7 @@
 #define AD7923_CHANNEL_WRITE(channel)	((channel) << 6) /* write channel */
 #define AD7923_SEQUENCE_WRITE(sequence)	((((sequence) & 1) << 3) \
					+ (((sequence) & 2) << 9))
-						/* write sequence fonction */
+						/* write sequence function */
 /* left shift for CR : bit 11 transmit in first */
 #define AD7923_SHIFT_REGISTER	4

diff --git a/drivers/iio/adc/at91_adc.c b/drivers/iio/adc/at91_adc.c
index 920dd9ffd27a..d33ad19fa33d 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)
@@ -231,7 +231,7 @@ struct at91_adc_state {
	struct iio_trigger	**trig;
	bool			use_external;
	u32			vref_mv;
-	u32			res;		/* resolution used for convertions */
+	u32			res;		/* resolution used for conversions */
	wait_queue_head_t	wq_data_avail;
	const struct at91_adc_caps	*caps;

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/mcp3564.c b/drivers/iio/adc/mcp3564.c
index fcdf13f49c48..36675563829e 100644
--- a/drivers/iio/adc/mcp3564.c
+++ b/drivers/iio/adc/mcp3564.c
@@ -349,7 +349,7 @@ struct mcp3564_chip_info {
  * struct mcp3564_state - working data for a ADC device
  * @chip_info:		chip specific data
  * @spi:		SPI device structure
- * @vref_mv:		voltage reference value in miliVolts
+ * @vref_mv:		voltage reference value in millivolts
  * @lock:		synchronize access to driver's state members
  * @dev_addr:		hardware device address
  * @oversampling:	the index inside oversampling list of the ADC
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/npcm_adc.c b/drivers/iio/adc/npcm_adc.c
index c8283873cdee..ddabb9600d46 100644
--- a/drivers/iio/adc/npcm_adc.c
+++ b/drivers/iio/adc/npcm_adc.c
@@ -38,7 +38,7 @@ struct npcm_adc {
	 * read access from userspace. Reading a raw value requires a sequence
	 * of register writes, then a wait for a event and finally a register
	 * read, during which userspace could issue another read request.
-	 * This lock protects a read access from ocurring before another one
+	 * This lock protects a read access from occurring before another one
	 * has finished.
	 */
	struct mutex lock;
diff --git a/drivers/iio/adc/palmas_gpadc.c b/drivers/iio/adc/palmas_gpadc.c
index 3f433064618e..3aea12e9d4fb 100644
--- a/drivers/iio/adc/palmas_gpadc.c
+++ b/drivers/iio/adc/palmas_gpadc.c
@@ -105,7 +105,7 @@ struct palmas_gpadc_thresholds {
  *		of register writes, then a wait for a completion callback,
  *		and finally a register read, during which userspace could issue
  *		another read request. This lock protects a read access from
- *		ocurring before another one has finished.
+ *		occurring before another one has finished.
  *
  * This is the palmas_gpadc structure to store run-time information
  * and pointers for this driver instance.
diff --git a/drivers/iio/adc/rohm-bd79124.c b/drivers/iio/adc/rohm-bd79124.c
index fc0452749b79..40d00bd0cc9d 100644
--- a/drivers/iio/adc/rohm-bd79124.c
+++ b/drivers/iio/adc/rohm-bd79124.c
@@ -75,7 +75,7 @@

 /*
  * The high limit, low limit and last measurement result are each stored in
- * 2 consequtive registers. 4 bits are in the high bits of the first register
+ * 2 consecutive registers. 4 bits are in the high bits of the first register
  * and 8 bits in the next register.
  *
  * These macros return the address of the first reg for the given channel.
@@ -962,7 +962,7 @@ static int bd79124_hw_init(struct bd79124_data *data)
	if (ret)
		return ret;

-	/* Enable writing the measured values to the regsters */
+	/* Enable writing the measured values to the registers */
	ret = regmap_set_bits(data->map, BD79124_REG_GEN_CFG,
			      BD79124_MSK_STATS_EN);
	if (ret)
diff --git a/drivers/iio/adc/spear_adc.c b/drivers/iio/adc/spear_adc.c
index 50b0a607baeb..91995489bb1c 100644
--- a/drivers/iio/adc/spear_adc.c
+++ b/drivers/iio/adc/spear_adc.c
@@ -82,7 +82,7 @@ struct spear_adc_state {
	 * of register writes, then a wait for a completion callback,
	 * and finally a register read, during which userspace could issue
	 * another read request. This lock protects a read access from
-	 * ocurring before another one has finished.
+	 * occurring before another one has finished.
	 */
	struct mutex lock;
	u32 current_clk;
diff --git a/drivers/iio/adc/stm32-adc-core.c b/drivers/iio/adc/stm32-adc-core.c
index e39a4c0db25e..a42d82d61cb8 100644
--- a/drivers/iio/adc/stm32-adc-core.c
+++ b/drivers/iio/adc/stm32-adc-core.c
@@ -227,7 +227,7 @@ static int stm32h7_adc_clk_sel(struct platform_device *pdev,
	if (priv->aclk) {
		/*
		 * Asynchronous clock modes (e.g. ckmode == 0)
-		 * From spec: PLL output musn't exceed max rate
+		 * From spec: PLL output mustn't exceed max rate
		 */
		rate = clk_get_rate(priv->aclk);
		if (!rate) {
diff --git a/drivers/iio/adc/stm32-adc.c b/drivers/iio/adc/stm32-adc.c
index 2d7f88459c7c..46106200bb86 100644
--- a/drivers/iio/adc/stm32-adc.c
+++ b/drivers/iio/adc/stm32-adc.c
@@ -1662,7 +1662,7 @@ static irqreturn_t stm32_adc_threaded_isr(int irq, void *data)
		/*
		 * Clear ovr bit to avoid subsequent calls to IRQ handler.
		 * This requires to stop ADC first. OVR bit state in ISR,
-		 * is propaged to CSR register by hardware.
+		 * is propagated to CSR register by hardware.
		 */
		adc->cfg->stop_conv(indio_dev);
		stm32_adc_irq_clear(indio_dev, regs->isr_ovr.mask);
diff --git a/drivers/iio/adc/sun20i-gpadc-iio.c b/drivers/iio/adc/sun20i-gpadc-iio.c
index e4dfe76e6362..861c14da75ad 100644
--- a/drivers/iio/adc/sun20i-gpadc-iio.c
+++ b/drivers/iio/adc/sun20i-gpadc-iio.c
@@ -55,7 +55,7 @@ struct sun20i_gpadc_iio {
	 * of register writes, then a wait for a completion callback,
	 * and finally a register read, during which userspace could issue
	 * another read request. This lock protects a read access from
-	 * ocurring before another one has finished.
+	 * occurring before another one has finished.
	 */
	struct mutex		lock;
 };
diff --git a/drivers/iio/adc/ti_am335x_adc.c b/drivers/iio/adc/ti_am335x_adc.c
index a1a28584de93..668198708136 100644
--- a/drivers/iio/adc/ti_am335x_adc.c
+++ b/drivers/iio/adc/ti_am335x_adc.c
@@ -116,7 +116,7 @@ static void tiadc_step_config(struct iio_dev *indio_dev)
	 * Steps forwards i.e. from 0 towards 16 are used by ADC
	 * depending on number of input lines needed.
	 * Channel would represent which analog input
-	 * needs to be given to ADC to digitalize data.
+	 * needs to be given to ADC to digitize data.
	 */
	for (i = 0; i < adc_dev->channels; i++) {
		int chan;
diff --git a/drivers/iio/adc/twl4030-madc.c b/drivers/iio/adc/twl4030-madc.c
index fe3b31ec976e..f0274cd74973 100644
--- a/drivers/iio/adc/twl4030-madc.c
+++ b/drivers/iio/adc/twl4030-madc.c
@@ -252,7 +252,7 @@ static const struct s16_fract twl4030_divider_ratios[16] = {
	{5, 11},	/* CHANNEL 15 */
 };

-/* Conversion table from -3 to 55 degrees Celcius */
+/* Conversion table from -3 to 55 degrees Celsius */
 static int twl4030_therm_tbl[] = {
	30800,	29500,	28300,	27100,
	26000,	24900,	23900,	22900,	22000,	21100,	20300,	19400,	18700,
diff --git a/drivers/iio/adc/twl6030-gpadc.c b/drivers/iio/adc/twl6030-gpadc.c
index 3ac774ebf678..6b82a970a06b 100644
--- a/drivers/iio/adc/twl6030-gpadc.c
+++ b/drivers/iio/adc/twl6030-gpadc.c
@@ -415,8 +415,8 @@ static u8 twl6030_channel_to_reg(int channel)
 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.
+	 * For any prior chosen channel, when the conversion is ready
+	 * the result is available in GPCH0_LSB, GPCH0_MSB.
	 */

	return TWL6032_GPADC_GPCH0_LSB;
--
2.53.0

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

* [PATCH v4 3/6] iio: amplifiers: fix typo Curren to Current
  2026-03-11  9:39 [PATCH v4 0/6] iio: fix spelling mistakes in comments Shi Hao
  2026-03-11  9:39 ` [PATCH v4 1/6] iio: accel: fix typo celcius to Celsius Shi Hao
  2026-03-11  9:39 ` [PATCH v4 2/6] iio: adc: fix spelling mistakes in comments Shi Hao
@ 2026-03-11  9:39 ` Shi Hao
  2026-03-11  9:39 ` [PATCH v4 4/6] iio: cdc: fix spelling mistakes in comments Shi Hao
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: Shi Hao @ 2026-03-11  9:39 UTC (permalink / raw)
  To: andriy.shevchenko
  Cc: andy, dlechner, i.shihao.999, jic23, linux-iio, linux-kernel,
	marcelo.schmitt, nuno.sa, mazziesaccount, daniel.baluta,
	simona.toaca, d-gole

Fix incorrect spelling in comment

- Curren -> Current

Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
---
 drivers/iio/amplifiers/ada4250.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/amplifiers/ada4250.c b/drivers/iio/amplifiers/ada4250.c
index 40f396ea9069..71e361af2074 100644
--- a/drivers/iio/amplifiers/ada4250.c
+++ b/drivers/iio/amplifiers/ada4250.c
@@ -109,7 +109,7 @@ static int ada4250_set_offset_uv(struct iio_dev *indio_dev,

	/*
	 * Compute Range and Voltage per LSB for the Sensor Offset Calibration
-	 * Example of computation for Range 1 and Range 2 (Curren Bias Set = AVDD):
+	 * Example of computation for Range 1 and Range 2 (Current Bias Set = AVDD):
	 *                     Range 1                            Range 2
	 *   Gain   | Max Vos(mV) |   LSB(mV)        |  Max Vos(mV)  | LSB(mV) |
	 *    2     |    X1*127   | X1=0.126(AVDD-1) |   X1*3*127    |  X1*3   |
--
2.53.0

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

* [PATCH v4 4/6] iio: cdc: fix spelling mistakes in comments
  2026-03-11  9:39 [PATCH v4 0/6] iio: fix spelling mistakes in comments Shi Hao
                   ` (2 preceding siblings ...)
  2026-03-11  9:39 ` [PATCH v4 3/6] iio: amplifiers: fix typo Curren to Current Shi Hao
@ 2026-03-11  9:39 ` Shi Hao
  2026-03-11  9:39 ` [PATCH v4 5/6] iio: chemical: rephrase sentence and fix typo in comment Shi Hao
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: Shi Hao @ 2026-03-11  9:39 UTC (permalink / raw)
  To: andriy.shevchenko
  Cc: andy, dlechner, i.shihao.999, jic23, linux-iio, linux-kernel,
	marcelo.schmitt, nuno.sa, mazziesaccount, daniel.baluta,
	simona.toaca, d-gole

Fix incorrect spelling in comments

- becaue -> because
- reenable -> re-enable
- irq's -> IRQs

Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
---
 drivers/iio/cdc/ad7150.c | 2 +-
 drivers/iio/cdc/ad7746.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/iio/cdc/ad7150.c b/drivers/iio/cdc/ad7150.c
index 427d32e398b3..8106a6a83561 100644
--- a/drivers/iio/cdc/ad7150.c
+++ b/drivers/iio/cdc/ad7150.c
@@ -306,7 +306,7 @@ static int ad7150_write_event_config(struct iio_dev *indio_dev,
						dir);
		if (ret)
			goto error_ret;
-		/* reenable any irq's we disabled whilst changing mode */
+		/* re-enable any IRQs we disabled whilst changing mode */
		enable_irq(chip->interrupts[0]);
		enable_irq(chip->interrupts[1]);
	}
diff --git a/drivers/iio/cdc/ad7746.c b/drivers/iio/cdc/ad7746.c
index 8a306d55c72a..cb97e3c978d8 100644
--- a/drivers/iio/cdc/ad7746.c
+++ b/drivers/iio/cdc/ad7746.c
@@ -606,7 +606,7 @@ static int ad7746_read_channel(struct iio_dev *indio_dev,
		return ret;

	/*
-	 * Offset applied internally becaue the _offset userspace interface is
+	 * Offset applied internally because the _offset userspace interface is
	 * needed for the CAP DACs which apply a controllable offset.
	 */
	*val = get_unaligned_be24(data) - 0x800000;
--
2.53.0

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

* [PATCH v4 5/6] iio: chemical: rephrase sentence and fix typo in comment
  2026-03-11  9:39 [PATCH v4 0/6] iio: fix spelling mistakes in comments Shi Hao
                   ` (3 preceding siblings ...)
  2026-03-11  9:39 ` [PATCH v4 4/6] iio: cdc: fix spelling mistakes in comments Shi Hao
@ 2026-03-11  9:39 ` Shi Hao
  2026-03-11  9:39 ` [PATCH v4 6/6] iio: common: fix spelling mistakes in comments Shi Hao
  2026-03-11 10:10 ` [PATCH v4 0/6] iio: " Dhruva Gole
  6 siblings, 0 replies; 11+ messages in thread
From: Shi Hao @ 2026-03-11  9:39 UTC (permalink / raw)
  To: andriy.shevchenko
  Cc: andy, dlechner, i.shihao.999, jic23, linux-iio, linux-kernel,
	marcelo.schmitt, nuno.sa, mazziesaccount, daniel.baluta,
	simona.toaca, d-gole

Fix incorrect spelling and rephrase the sentence.

- insuffient -> insufficient

Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
---
 drivers/iio/chemical/bme680_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/chemical/bme680_core.c b/drivers/iio/chemical/bme680_core.c
index 70f81c4a96ba..b5b2c8587749 100644
--- a/drivers/iio/chemical/bme680_core.c
+++ b/drivers/iio/chemical/bme680_core.c
@@ -807,7 +807,7 @@ static int bme680_read_gas(struct bme680_data *data, int *comp_gas_res)
	adc_gas_res = FIELD_GET(BME680_ADC_GAS_RES, gas_regs_val);

	/*
-	 * occurs if either the gas heating duration was insuffient
+	 * This may occur if either the gas heating duration was insufficient
	 * to reach the target heater temperature or the target
	 * heater temperature was too high for the heater sink to
	 * reach.
--
2.53.0

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

* [PATCH v4 6/6] iio: common: fix spelling mistakes in comments
  2026-03-11  9:39 [PATCH v4 0/6] iio: fix spelling mistakes in comments Shi Hao
                   ` (4 preceding siblings ...)
  2026-03-11  9:39 ` [PATCH v4 5/6] iio: chemical: rephrase sentence and fix typo in comment Shi Hao
@ 2026-03-11  9:39 ` Shi Hao
  2026-03-11 10:10 ` [PATCH v4 0/6] iio: " Dhruva Gole
  6 siblings, 0 replies; 11+ messages in thread
From: Shi Hao @ 2026-03-11  9:39 UTC (permalink / raw)
  To: andriy.shevchenko
  Cc: andy, dlechner, i.shihao.999, jic23, linux-iio, linux-kernel,
	marcelo.schmitt, nuno.sa, mazziesaccount, daniel.baluta,
	simona.toaca, d-gole

Fix incorrect spelling in comments

- exepects -> expects
- fuction -> function
- theoritical -> theoretical
- appopriate -> appropriate
- iio -> IIO

Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
---
 drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c   | 2 +-
 drivers/iio/common/hid-sensors/hid-sensor-attributes.c | 2 +-
 drivers/iio/common/inv_sensors/inv_sensors_timestamp.c | 2 +-
 drivers/iio/common/ms_sensors/ms_sensors_i2c.c         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c b/drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c
index 82cef4a12442..f34e2bbba2d1 100644
--- a/drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c
+++ b/drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c
@@ -106,7 +106,7 @@ static int cros_ec_sensors_read(struct iio_dev *indio_dev,
		switch (st->core.type) {
		case MOTIONSENSE_TYPE_ACCEL:
			/*
-			 * EC returns data in g, iio exepects m/s^2.
+			 * EC returns data in g, IIO expects m/s^2.
			 * Do not use IIO_G_TO_M_S_2 to avoid precision loss.
			 */
			*val = div_s64(val64 * 980665, 10);
diff --git a/drivers/iio/common/hid-sensors/hid-sensor-attributes.c b/drivers/iio/common/hid-sensors/hid-sensor-attributes.c
index a61428bfdce3..c115a72832b2 100644
--- a/drivers/iio/common/hid-sensors/hid-sensor-attributes.c
+++ b/drivers/iio/common/hid-sensors/hid-sensor-attributes.c
@@ -346,7 +346,7 @@ int hid_sensor_write_raw_hyst_rel_value(struct hid_sensor_common *st,
 EXPORT_SYMBOL_NS(hid_sensor_write_raw_hyst_rel_value, "IIO_HID");

 /*
- * This fuction applies the unit exponent to the scale.
+ * This function applies the unit exponent to the scale.
  * For example:
  * 9.806650000 ->exp:2-> val0[980]val1[665000000]
  * 9.000806000 ->exp:2-> val0[900]val1[80600000]
diff --git a/drivers/iio/common/inv_sensors/inv_sensors_timestamp.c b/drivers/iio/common/inv_sensors/inv_sensors_timestamp.c
index 97526ba87b93..4e50c03410d9 100644
--- a/drivers/iio/common/inv_sensors/inv_sensors_timestamp.c
+++ b/drivers/iio/common/inv_sensors/inv_sensors_timestamp.c
@@ -154,7 +154,7 @@ void inv_sensors_timestamp_interrupt(struct inv_sensors_timestamp *ts,
		valid = inv_update_chip_period(ts, period);
	}

-	/* no previous data, compute theoritical value from interrupt */
+	/* no previous data, compute theoretical value from interrupt */
	if (ts->timestamp == 0) {
		/* elapsed time: sensor period * sensor samples number */
		interval = (int64_t)ts->period * (int64_t)sample_nb;
diff --git a/drivers/iio/common/ms_sensors/ms_sensors_i2c.c b/drivers/iio/common/ms_sensors/ms_sensors_i2c.c
index 588470863681..1960a2ce82a8 100644
--- a/drivers/iio/common/ms_sensors/ms_sensors_i2c.c
+++ b/drivers/iio/common/ms_sensors/ms_sensors_i2c.c
@@ -96,7 +96,7 @@ EXPORT_SYMBOL_NS(ms_sensors_read_prom_word, "IIO_MEAS_SPEC_SENSORS");
  *
  * Generic ADC conversion & read function for Measurement Specialties
  * devices.
- * The function will issue conversion command, sleep appopriate delay, and
+ * The function will issue conversion command, sleep appropriate delay, and
  * issue command to read ADC.
  *
  * Return: 0 on success, negative errno otherwise.
--
2.53.0

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

* Re: [PATCH v4 0/6] iio: fix spelling mistakes in comments
  2026-03-11  9:39 [PATCH v4 0/6] iio: fix spelling mistakes in comments Shi Hao
                   ` (5 preceding siblings ...)
  2026-03-11  9:39 ` [PATCH v4 6/6] iio: common: fix spelling mistakes in comments Shi Hao
@ 2026-03-11 10:10 ` Dhruva Gole
  2026-03-15 12:44   ` ShiHao
  2026-03-15 13:07   ` Jonathan Cameron
  6 siblings, 2 replies; 11+ messages in thread
From: Dhruva Gole @ 2026-03-11 10:10 UTC (permalink / raw)
  To: Shi Hao
  Cc: andriy.shevchenko, andy, dlechner, jic23, linux-iio, linux-kernel,
	marcelo.schmitt, nuno.sa, mazziesaccount, daniel.baluta,
	simona.toaca

On Mar 11, 2026 at 15:09:27 +0530, Shi Hao wrote:
> This series fixes spelling mistakes in comments across several IIO
> subsystems to improve readability and code consistency.

I just tried applying this series locally, on top of linux-next tag: next-20260310

Could you please make sure to use git format-patch with the option --base HEAD~N
where N is the number of your patches?
This will help identify what you used as the base commit for all your
changes. Make sure it's usually on top of the latest linux-next.

I also ran checkpatch on them, and saw a bunch of errors and warnings,
not sure if you've run it on your end and ensured it's clean?

> 
> v4:
> 
> - Fix commit message grammar and punctuation across patches
> - Keep 'whilst' instead of 'while'
> - Rephrase sentence in chemical driver comment
> - Capitalize IIO in comments

Also, in the changelog, please add links to your previous revisions.
This make reviewing things and getting context much easier.

> 
> v3:
> 
> - Change commit subjects as per changes
> - Capitalize proper acronyms (IRQ) and Celsius
> - Fix short wrap in commit body
> 
> v2:
> 
> - Split original patch into 6 commits
> - Fixed commit message formatting and typos
> - Added necessary tags in commits
> - Added more fixes then previous
> 
> Shi Hao (6):
>   iio: accel: fix typo celcius to Celsius
>   iio: adc: fix spelling mistakes in comments
>   iio: amplifiers: fix typo Curren to Current
>   iio: cdc: fix spelling mistakes in comments
>   iio: chemical: rephrase sentence and fix typo in comment
>   iio: common: fix spelling mistakes in comments
> 
>  drivers/iio/accel/adis16201.c                          | 2 +-
>  drivers/iio/accel/adis16209.c                          | 2 +-
>  drivers/iio/adc/ad4030.c                               | 2 +-
>  drivers/iio/adc/ad4170-4.c                             | 6 +++---
>  drivers/iio/adc/ad7380.c                               | 2 +-
>  drivers/iio/adc/ad7887.c                               | 2 +-
>  drivers/iio/adc/ad7923.c                               | 4 ++--
>  drivers/iio/adc/at91_adc.c                             | 4 ++--
>  drivers/iio/adc/max1363.c                              | 2 +-
>  drivers/iio/adc/mcp3564.c                              | 2 +-
>  drivers/iio/adc/men_z188_adc.c                         | 2 +-
>  drivers/iio/adc/npcm_adc.c                             | 2 +-
>  drivers/iio/adc/palmas_gpadc.c                         | 2 +-
>  drivers/iio/adc/rohm-bd79124.c                         | 4 ++--
>  drivers/iio/adc/spear_adc.c                            | 2 +-
>  drivers/iio/adc/stm32-adc-core.c                       | 2 +-
>  drivers/iio/adc/stm32-adc.c                            | 2 +-
>  drivers/iio/adc/sun20i-gpadc-iio.c                     | 2 +-
>  drivers/iio/adc/ti_am335x_adc.c                        | 2 +-
>  drivers/iio/adc/twl4030-madc.c                         | 2 +-
>  drivers/iio/adc/twl6030-gpadc.c                        | 4 ++--
>  drivers/iio/amplifiers/ada4250.c                       | 2 +-
>  drivers/iio/cdc/ad7150.c                               | 2 +-
>  drivers/iio/cdc/ad7746.c                               | 2 +-
>  drivers/iio/chemical/bme680_core.c                     | 2 +-
>  drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c   | 2 +-
>  drivers/iio/common/hid-sensors/hid-sensor-attributes.c | 2 +-
>  drivers/iio/common/inv_sensors/inv_sensors_timestamp.c | 2 +-
>  drivers/iio/common/ms_sensors/ms_sensors_i2c.c         | 2 +-
>  29 files changed, 35 insertions(+), 35 deletions(-)
> 
> --
> 2.53.0

-- 
Best regards,
Dhruva Gole
Texas Instruments Incorporated

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

* Re: [PATCH v4 0/6] iio: fix spelling mistakes in comments
  2026-03-11 10:10 ` [PATCH v4 0/6] iio: " Dhruva Gole
@ 2026-03-15 12:44   ` ShiHao
  2026-03-15 18:05     ` Jonathan Cameron
  2026-03-15 13:07   ` Jonathan Cameron
  1 sibling, 1 reply; 11+ messages in thread
From: ShiHao @ 2026-03-15 12:44 UTC (permalink / raw)
  To: Dhruva Gole
  Cc: andriy.shevchenko, andy, dlechner, jic23, linux-iio, linux-kernel,
	m-chawdhry, daniel.baluta, simona.toaca, i.shihao.999

On Wed, Mar 11, 2026 at 03:40:07PM +0530, Dhruva Gole wrote:
> 
> I just tried applying this series locally, on top of linux-next tag: next-20260310
> 
> Could you please make sure to use git format-patch with the option --base HEAD~N
> where N is the number of your patches?
> This will help identify what you used as the base commit for all your
> changes. Make sure it's usually on top of the latest linux-next.
> 
> I also ran checkpatch on them, and saw a bunch of errors and warnings,
> not sure if you've run it on your end and ensured it's clean?
>
> Also, in the changelog, please add links to your previous revisions.
> This make reviewing things and getting context much easier.
> Best regards,
> Dhruva Gole
> Texas Instruments Incorporated


Hi everyone,

I have a quick question regarding my patch series. I noticed that a 
similar patch was already submitted and has been accepted, so I removed
those changes from my series. However, I have added a few additional
fixes and the series has now grown to about 13 patches. The original
series had only 6 patches, so I am unsure whether I should send this
as v5 or resend it as a new series. I would appreciate any guidance.
I want to avoid creating unnecessary noise on the mailing list.

Best regards,
Shi Hao


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

* Re: [PATCH v4 0/6] iio: fix spelling mistakes in comments
  2026-03-11 10:10 ` [PATCH v4 0/6] iio: " Dhruva Gole
  2026-03-15 12:44   ` ShiHao
@ 2026-03-15 13:07   ` Jonathan Cameron
  1 sibling, 0 replies; 11+ messages in thread
From: Jonathan Cameron @ 2026-03-15 13:07 UTC (permalink / raw)
  To: Dhruva Gole
  Cc: Shi Hao, andriy.shevchenko, andy, dlechner, linux-iio,
	linux-kernel, marcelo.schmitt, nuno.sa, mazziesaccount,
	daniel.baluta, simona.toaca

On Wed, 11 Mar 2026 15:40:07 +0530
Dhruva Gole <d-gole@ti.com> wrote:

> On Mar 11, 2026 at 15:09:27 +0530, Shi Hao wrote:
> > This series fixes spelling mistakes in comments across several IIO
> > subsystems to improve readability and code consistency.  
> 
> I just tried applying this series locally, on top of linux-next tag: next-20260310

Agreed. The series seems to have some corruption issues.

Linux-next is very unlikely target for pretty much anything!
Maybe it'll have the right patches at a given moment, maybe not.

> 
> Could you please make sure to use git format-patch with the option --base HEAD~N
> where N is the number of your patches?
> This will help identify what you used as the base commit for all your
> changes. Make sure it's usually on top of the latest linux-next.
> 
> I also ran checkpatch on them, and saw a bunch of errors and warnings,
> not sure if you've run it on your end and ensured it's clean?

I would very much take those warnings lightly. By all means check
them but I ran it on the first patch and it generated completely
incorrect changes because it was interpreting comment blocks
as code.

> 
> > 
> > v4:
> > 
> > - Fix commit message grammar and punctuation across patches
> > - Keep 'whilst' instead of 'while'
> > - Rephrase sentence in chemical driver comment
> > - Capitalize IIO in comments  
> 
> Also, in the changelog, please add links to your previous revisions.
> This make reviewing things and getting context much easier.
> 
> > 
> > v3:
> > 
> > - Change commit subjects as per changes
> > - Capitalize proper acronyms (IRQ) and Celsius
> > - Fix short wrap in commit body
> > 
> > v2:
> > 
> > - Split original patch into 6 commits
> > - Fixed commit message formatting and typos
> > - Added necessary tags in commits
> > - Added more fixes then previous
> > 
> > Shi Hao (6):
> >   iio: accel: fix typo celcius to Celsius
> >   iio: adc: fix spelling mistakes in comments
> >   iio: amplifiers: fix typo Curren to Current
> >   iio: cdc: fix spelling mistakes in comments
> >   iio: chemical: rephrase sentence and fix typo in comment
> >   iio: common: fix spelling mistakes in comments
> > 
> >  drivers/iio/accel/adis16201.c                          | 2 +-
> >  drivers/iio/accel/adis16209.c                          | 2 +-
> >  drivers/iio/adc/ad4030.c                               | 2 +-
> >  drivers/iio/adc/ad4170-4.c                             | 6 +++---
> >  drivers/iio/adc/ad7380.c                               | 2 +-
> >  drivers/iio/adc/ad7887.c                               | 2 +-
> >  drivers/iio/adc/ad7923.c                               | 4 ++--
> >  drivers/iio/adc/at91_adc.c                             | 4 ++--
> >  drivers/iio/adc/max1363.c                              | 2 +-
> >  drivers/iio/adc/mcp3564.c                              | 2 +-
> >  drivers/iio/adc/men_z188_adc.c                         | 2 +-
> >  drivers/iio/adc/npcm_adc.c                             | 2 +-
> >  drivers/iio/adc/palmas_gpadc.c                         | 2 +-
> >  drivers/iio/adc/rohm-bd79124.c                         | 4 ++--
> >  drivers/iio/adc/spear_adc.c                            | 2 +-
> >  drivers/iio/adc/stm32-adc-core.c                       | 2 +-
> >  drivers/iio/adc/stm32-adc.c                            | 2 +-
> >  drivers/iio/adc/sun20i-gpadc-iio.c                     | 2 +-
> >  drivers/iio/adc/ti_am335x_adc.c                        | 2 +-
> >  drivers/iio/adc/twl4030-madc.c                         | 2 +-
> >  drivers/iio/adc/twl6030-gpadc.c                        | 4 ++--
> >  drivers/iio/amplifiers/ada4250.c                       | 2 +-
> >  drivers/iio/cdc/ad7150.c                               | 2 +-
> >  drivers/iio/cdc/ad7746.c                               | 2 +-
> >  drivers/iio/chemical/bme680_core.c                     | 2 +-
> >  drivers/iio/common/cros_ec_sensors/cros_ec_sensors.c   | 2 +-
> >  drivers/iio/common/hid-sensors/hid-sensor-attributes.c | 2 +-
> >  drivers/iio/common/inv_sensors/inv_sensors_timestamp.c | 2 +-
> >  drivers/iio/common/ms_sensors/ms_sensors_i2c.c         | 2 +-
> >  29 files changed, 35 insertions(+), 35 deletions(-)
> > 
> > --
> > 2.53.0  
> 


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

* Re: [PATCH v4 0/6] iio: fix spelling mistakes in comments
  2026-03-15 12:44   ` ShiHao
@ 2026-03-15 18:05     ` Jonathan Cameron
  0 siblings, 0 replies; 11+ messages in thread
From: Jonathan Cameron @ 2026-03-15 18:05 UTC (permalink / raw)
  To: ShiHao
  Cc: Dhruva Gole, andriy.shevchenko, andy, dlechner, linux-iio,
	linux-kernel, m-chawdhry, daniel.baluta, simona.toaca

On Sun, 15 Mar 2026 18:14:20 +0530
ShiHao <i.shihao.999@gmail.com> wrote:

> On Wed, Mar 11, 2026 at 03:40:07PM +0530, Dhruva Gole wrote:
> > 
> > I just tried applying this series locally, on top of linux-next tag: next-20260310
> > 
> > Could you please make sure to use git format-patch with the option --base HEAD~N
> > where N is the number of your patches?
> > This will help identify what you used as the base commit for all your
> > changes. Make sure it's usually on top of the latest linux-next.
> > 
> > I also ran checkpatch on them, and saw a bunch of errors and warnings,
> > not sure if you've run it on your end and ensured it's clean?
> >
> > Also, in the changelog, please add links to your previous revisions.
> > This make reviewing things and getting context much easier.
> > Best regards,
> > Dhruva Gole
> > Texas Instruments Incorporated  
> 
> 
> Hi everyone,
> 
> I have a quick question regarding my patch series. I noticed that a 
> similar patch was already submitted and has been accepted, so I removed
> those changes from my series. However, I have added a few additional
> fixes and the series has now grown to about 13 patches. The original
> series had only 6 patches, so I am unsure whether I should send this
> as v5 or resend it as a new series. I would appreciate any guidance.
> I want to avoid creating unnecessary noise on the mailing list.
> 
> Best regards,
> Shi Hao
Hi.

Send it as a v5 and state the above in the cover letter.

Thanks,

Jonathan

> 
> 


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

end of thread, other threads:[~2026-03-15 18:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-11  9:39 [PATCH v4 0/6] iio: fix spelling mistakes in comments Shi Hao
2026-03-11  9:39 ` [PATCH v4 1/6] iio: accel: fix typo celcius to Celsius Shi Hao
2026-03-11  9:39 ` [PATCH v4 2/6] iio: adc: fix spelling mistakes in comments Shi Hao
2026-03-11  9:39 ` [PATCH v4 3/6] iio: amplifiers: fix typo Curren to Current Shi Hao
2026-03-11  9:39 ` [PATCH v4 4/6] iio: cdc: fix spelling mistakes in comments Shi Hao
2026-03-11  9:39 ` [PATCH v4 5/6] iio: chemical: rephrase sentence and fix typo in comment Shi Hao
2026-03-11  9:39 ` [PATCH v4 6/6] iio: common: fix spelling mistakes in comments Shi Hao
2026-03-11 10:10 ` [PATCH v4 0/6] iio: " Dhruva Gole
2026-03-15 12:44   ` ShiHao
2026-03-15 18:05     ` Jonathan Cameron
2026-03-15 13:07   ` 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.