Re: [PATCH v2 4/6] iio: cdc: fix spelling mistakes in comments
From: Andy Shevchenko
Date: Sun Mar 08 2026 - 16:22:42 EST
On Sat, Mar 07, 2026 at 04:17:03PM +0530, Shi Hao wrote:
> fix incorrect spelling in comments
>
> - becaue -> because
> - reenable -> re-enable
...
> - /* reenable any irq's we disabled whilst changing mode */
> + /* re-enable any irq's we disabled whilst changing mode */
While at it, capitalise IRQ, but I think the entire "irq's" is confusing
looking at the code.
> enable_irq(chip->interrupts[0]);
> enable_irq(chip->interrupts[1]);
--
With Best Regards,
Andy Shevchenko