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

From: Jakub Kicinski
Date: Wed Jul 17 2024 - 20:00:52 EST


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.