Re: [PATCH v5 1/3] iio: frequency: ad9523: fix implicit variable

From: Andy Shevchenko

Date: Wed Feb 25 2026 - 14:45:21 EST


On Wed, Feb 25, 2026 at 9:41 PM Bhargav Joshi <rougueprince47@xxxxxxxxx> wrote:
>
> Macros AD9523_CLK_DIST_DIV_PHASE_REV(x) and AD9523_CLK_DIST_DIV_REV(x)

Too long...

> implicitly relied on variable named 'ret' instead of using passed

on the variable

> argument '(x)'. Update the macros to explicitly use the argument '(x)'
> for their operations.
>
> This also resolves the following checkpatch.pl warning: Argument '(x)'
> is not used in function-like macro

Still missing period.

--
With Best Regards,
Andy Shevchenko