[PATCH net-next] net: axienet: Fix coding style issues
Jiri Pirko
jiri at resnulli.us
Thu Jul 18 04:45:37 PDT 2024
Thu, Jul 18, 2024 at 02:00:43AM CEST, kuba at kernel.org wrote:
>On Thu, 18 Jul 2024 00:24:43 +0530 Radhey Shyam Pandey wrote:
>> Replace all occurences of (1<<x) by BIT(x) to get rid of checkpatch.pl
>> "CHECK" output "Prefer using the BIT macro".
>
>FWIW the BIT() thing is a matter of preference, we don't enforce it
>strictly in networking, it may not be worth patching. Up to you.
In the past, I recall we did.
More information about the linux-arm-kernel
mailing list