Re: [PATCH v2 3/7] iio: adc: ad4170: Add support for buffered data capture
From: Andy Shevchenko
Date: Fri May 02 2025 - 04:57:12 EST
On Wed, Apr 30, 2025 at 10:40:21AM -0300, Marcelo Schmitt wrote:
...
> > > + return dev_err_probe(&st->spi->dev, ret,
> > > + "Failed to register trigger\n");
> >
> > One line?
>
> It goes up to 89 columns if make in one line. I know there are other places in
> this driver where 80 columns are exceeded, but in this case it's easier to
> avoid going beyond 80 columns without drying up the error message.
> Anyway, I'll make it one line if it's confirmed to be the preferable way to have
> it.
The string literal endings are relaxed in the line limit for 10+ years...
--
With Best Regards,
Andy Shevchenko