public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/4] net: axienet: Fix coding style issues
@ 2024-07-31  9:16 Radhey Shyam Pandey
  2024-07-31  9:16 ` [PATCH net-next v2 1/4] net: axienet: Replace the occurrences of (1<<x) by BIT(x) Radhey Shyam Pandey
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Radhey Shyam Pandey @ 2024-07-31  9:16 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, michal.simek, andrew
  Cc: netdev, linux-arm-kernel, linux-kernel, git, Radhey Shyam Pandey

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.

Appana Durga Kedareswara Rao (1):
  net: axienet: Replace the occurrences of (1<<x) by BIT(x)

Radhey Shyam Pandey (3):
  net: axienet: add missing blank line after declaration
  net: axienet: remove unnecessary ftrace-like logging
  net: axienet: remove unnecessary parentheses

 drivers/net/ethernet/xilinx/xilinx_axienet.h  | 28 +++++++++----------
 .../net/ethernet/xilinx/xilinx_axienet_main.c |  9 ++----
 2 files changed, 17 insertions(+), 20 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-08-02  9:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-31  9:16 [PATCH net-next v2 0/4] net: axienet: Fix coding style issues Radhey Shyam Pandey
2024-07-31  9:16 ` [PATCH net-next v2 1/4] net: axienet: Replace the occurrences of (1<<x) by BIT(x) Radhey Shyam Pandey
2024-07-31 12:05   ` Andrew Lunn
2024-07-31  9:16 ` [PATCH net-next v2 2/4] net: axienet: add missing blank line after declaration Radhey Shyam Pandey
2024-07-31 12:05   ` Andrew Lunn
2024-07-31  9:16 ` [PATCH net-next v2 3/4] net: axienet: remove unnecessary ftrace-like logging Radhey Shyam Pandey
2024-07-31 12:06   ` Andrew Lunn
2024-07-31  9:16 ` [PATCH net-next v2 4/4] net: axienet: remove unnecessary parentheses Radhey Shyam Pandey
2024-07-31 12:06   ` Andrew Lunn
2024-08-02  9:30 ` [PATCH net-next v2 0/4] net: axienet: Fix coding style issues patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox