Re: [PATCH v3 2/6] iio: adc: fix spelling mistakes in comments
From: Andy Shevchenko
Date: Mon Mar 09 2026 - 07:55:14 EST
On Mon, Mar 09, 2026 at 04:15:09PM +0530, Shi Hao wrote:
> 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.
...
> static u8 twl6032_channel_to_reg(int channel)
> {
> /*
> * for any prior chosen channel, when the conversion is ready
While at it,
for --> For
> - * the result is avalable in GPCH0_LSB, GPCH0_MSB.
> + * the result is available in GPCH0_LSB, GPCH0_MSB.
> */
>
> return TWL6032_GPADC_GPCH0_LSB;
--
With Best Regards,
Andy Shevchenko