Re: [PATCH] iio: adc: ade9000: fix wrong return type in streaming push

From: Andy Shevchenko

Date: Tue Feb 24 2026 - 09:49:52 EST


On Tue, Feb 24, 2026 at 01:09:49PM +0000, Miclaus, Antoniu wrote:
> > From: Giorgi Tchankvetadze <giorgitchankvetadze1997@xxxxxxxxx>
> > Sent: Tuesday, February 24, 2026 2:59 PM

...

> > - dev_err_ratelimited(dev, "IRQ0 WFB write fail");
> > + dev_err_ratelimited(dev, "IRQ0 WFB write fail\n");
>
> The `\n` is unrelated to the scope of this patch.

Seconded. Please, also check how many such cases in drivers/iio/* subfolders
and perhaps send one patch per the entire subfolder.

--
With Best Regards,
Andy Shevchenko