Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

iio: temp: fix spelling mistakes in comments

Fix spelling mistakes in comments.

- catched -> caught
- chanel -> channel

Signed-off-by: Shi Hao <i.shihao.999@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Shi Hao and committed by
Jonathan Cameron
abf88d03 76145147

+2 -2
+2 -2
drivers/iio/temperature/ltc2983.c
··· 709 709 ret = fwnode_property_read_u32(ref, "reg", &thermo->cold_junction_chan); 710 710 if (ret) 711 711 /* 712 - * This would be catched later but we can just return 712 + * This would be caught later but we can just return 713 713 * the error right away. 714 714 */ 715 715 return dev_err_ptr_probe(&st->spi->dev, ret, ··· 798 798 * For 4wire RTD with rotation, the channel selection cannot be 799 799 * >=19 since the chann + 1 is used in this configuration. 800 800 * For 4wire RTDs with kelvin rsense, the rsense channel cannot be 801 - * <=1 since chanel - 1 and channel - 2 are used. 801 + * <=1 since channel - 1 and channel - 2 are used. 802 802 */ 803 803 if (rtd->sensor_config & LTC2983_RTD_4_WIRE_MASK) { 804 804 /* 4-wire */