Merge branch 'axienet-coding-style' into main
authorDavid S. Miller <davem@davemloft.net>
Fri, 2 Aug 2024 09:25:23 +0000 (10:25 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Aug 2024 09:25:23 +0000 (10:25 +0100)
Radhey Shyam Pandey says:

====================
net: axienet: Fix coding style issues

This patchset replace all occurences of (1<<x) by BIT(x) to get rid
of checkpatch.pl "CHECK" output "Prefer using the BIT macro".

It also removes unnecessary ftrace-like logging, add missing blank line
after declaration and remove unnecessary parentheses around 'ndev->mtu
<= XAE_JUMBO_MTU' and 'ndev->mtu > XAE_MTU'.

Changes for v2:
- Split each coding style change into separate patch.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge