Re: [PATCH 05/18] net: use ARRAY_SIZE
From: Andy Shevchenko <hidden>
Date: 2017-10-02 13:07:40
Also in:
intel-wired-lan, linux-wireless, lkml
From: Andy Shevchenko <hidden>
Date: 2017-10-02 13:07:40
Also in:
intel-wired-lan, linux-wireless, lkml
On Sun, Oct 1, 2017 at 10:30 PM, Jérémy Lefaure [off-list ref] 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