[PATCH v5 09/14] iio: temp: fix spelling mistakes in comments

Shi Hao posted 14 patches 3 weeks ago
[PATCH v5 09/14] iio: temp: fix spelling mistakes in comments
Posted by Shi Hao 3 weeks ago
Fix spelling mistakes in comments.

- catched -> caught
- chanel -> channel

Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
---
 drivers/iio/temperature/ltc2983.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/iio/temperature/ltc2983.c b/drivers/iio/temperature/ltc2983.c
index 7dd40d69cce6..38e6f8dfd3b8 100644
--- a/drivers/iio/temperature/ltc2983.c
+++ b/drivers/iio/temperature/ltc2983.c
@@ -709,7 +709,7 @@ ltc2983_thermocouple_new(const struct fwnode_handle *child, struct ltc2983_data
		ret = fwnode_property_read_u32(ref, "reg", &thermo->cold_junction_chan);
		if (ret)
			/*
-			 * This would be catched later but we can just return
+			 * This would be caught later but we can just return
			 * the error right away.
			 */
			return dev_err_ptr_probe(&st->spi->dev, ret,
@@ -798,7 +798,7 @@ ltc2983_rtd_new(const struct fwnode_handle *child, struct ltc2983_data *st,
	 * For 4wire RTD with rotation, the channel selection cannot be
	 * >=19 since the chann + 1 is used in this configuration.
	 * For 4wire RTDs with kelvin rsense, the rsense channel cannot be
-	 * <=1 since chanel - 1 and channel - 2 are used.
+	 * <=1 since channel - 1 and channel - 2 are used.
	 */
	if (rtd->sensor_config & LTC2983_RTD_4_WIRE_MASK) {
		/* 4-wire */
--
2.53.0
Re: [PATCH v5 09/14] iio: temp: fix spelling mistakes in comments
Posted by Jonathan Cameron 2 weeks, 2 days ago
On Mon, 16 Mar 2026 14:30:17 +0530
Shi Hao <i.shihao.999@gmail.com> wrote:

> Fix spelling mistakes in comments.
> 
> - catched -> caught
> - chanel -> channel
> 
> Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
Applied.

Tah

J