[PATCH net-next v2 1/4] net: axienet: Replace the occurrences of (1<<x) by BIT(x)
Andrew Lunn
andrew at lunn.ch
Wed Jul 31 05:05:32 PDT 2024
On Wed, Jul 31, 2024 at 02:46:04PM +0530, Radhey Shyam Pandey wrote:
> From: Appana Durga Kedareswara Rao <appana.durga.rao at xilinx.com>
>
> Replace all occurences of (1<<x) by BIT(x) to get rid of checkpatch.pl
> "CHECK" output "Prefer using the BIT macro".
>
> Signed-off-by: Appana Durga Kedareswara Rao <appana.durga.rao at xilinx.com>
> Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey at amd.com>
Reviewed-by: Andrew Lunn <andrew at lunn.ch>
Andrew
More information about the linux-arm-kernel
mailing list