Re: [PATCH 3/5] iio: adc: ad7606: add offset and phase calibration support

From: Angelo Dureghello
Date: Thu May 01 2025 - 08:39:46 EST


On 30.04.2025 15:50, Andy Shevchenko wrote:
> On Tue, Apr 29, 2025 at 03:06:47PM +0200, Angelo Dureghello wrote:
> > From: Angelo Dureghello <adureghello@xxxxxxxxxxxx>
> >
> > Add support for offset and phase calibration, only for
> > devices that support software mode, that are:
> >
> > ad7606b
> > ad7606c-16
> > ad7606c-18
>
> ...
>
> > + if (val2 < start_ns || val2 > stop_ns)
> > + return -EINVAL;
>
> Wrong indentation.
>

code is correct, i checked it since also checkpatch claims for bad
indentation, but i just have 1 tab after the "if".

Quite strange, where could be the issue here ?

> --
> With Best Regards,
> Andy Shevchenko
>
>