Re: [PATCH 05/18] net: use ARRAY_SIZE

From: Andy Shevchenko
Date: Mon Oct 02 2017 - 09:07:44 EST


On Sun, Oct 1, 2017 at 10:30 PM, JÃrÃmy Lefaure
<jeremy.lefaure@xxxxxxxxxxxx> wrote:
> Using the ARRAY_SIZE macro improves the readability of the code. Also,
> it is not always useful to use a variable to store this constant
> calculated at compile time.
>

> + {&gainctrl_lut_core0_rev0, ARRAY_SIZE(gainctrl_lut_core0_rev0), 26, 192,
> + 32},

For all such cases I would rather put on one line disregard checkpatch
warning for better readability.

--
With Best Regards,
Andy Shevchenko