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: cdc: fix spelling mistakes in comments

Fix spelling mistakes in comments.

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

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
1011a6bd 1a18c847

+2 -2
+1 -1
drivers/iio/cdc/ad7150.c
··· 306 306 dir); 307 307 if (ret) 308 308 goto error_ret; 309 - /* reenable any irq's we disabled whilst changing mode */ 309 + /* re-enable any IRQs we disabled whilst changing mode */ 310 310 enable_irq(chip->interrupts[0]); 311 311 enable_irq(chip->interrupts[1]); 312 312 }
+1 -1
drivers/iio/cdc/ad7746.c
··· 606 606 return ret; 607 607 608 608 /* 609 - * Offset applied internally becaue the _offset userspace interface is 609 + * Offset applied internally because the _offset userspace interface is 610 610 * needed for the CAP DACs which apply a controllable offset. 611 611 */ 612 612 *val = get_unaligned_be24(data) - 0x800000;