[PATCH net-next] net: axienet: Fix coding style issues

Jakub Kicinski kuba at kernel.org
Wed Jul 17 17:00:43 PDT 2024


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.



More information about the linux-arm-kernel mailing list