Re: [PATCH v3 3/8] iio: temperature: ltc2983: Fix inconsistent channel wording in messages
From: Andy Shevchenko
Date: Tue Jun 02 2026 - 19:21:23 EST
On Thu, May 21, 2026 at 07:42:56PM +0300, Liviu Stan wrote:
> Replace occurrences of the abbreviated 'chann' and 'chan' with
> 'channel' in error and debug messages throughout the driver.
> Also changed the diode invalid channel error message from
> "thermistor" to "diode".
...
> - dev_dbg(dev, "Start conversion on chan:%d, status:%02X\n",
> + dev_dbg(dev, "Start conversion on channel:%d, status:%02X\n",
Here and below inconsistently used : with channel. Be consistent with the above.
> sensor->chan, start_conversion);
--
With Best Regards,
Andy Shevchenko