[PATCH net-next 0/7] net: ll_temac: Cleanup for clearing static warnings

From: Haoyue Xu
Date: Sat Sep 17 2022 - 06:39:52 EST


Most static warnings are detected by Checkpatch.pl, mainly about:
(1) #1: About the comments.
(2) #2: About function name in a string.
(3) #3: About the open parenthesis.
(4) #4: About the else branch.
(6) #6: About trailing statements.
(7) #5,#7: About blank lines and spaces.

Haoyue Xu (1):
net: ll_temac: Cleanup for function name in a string

huangjunxian (6):
net: ll_temac: fix the format of block comments
net: ll_temac: axienet: align with open parenthesis
net: ll_temac: delete unnecessary else branch
net: ll_temac: fix the missing spaces around '='
net: ll_temac: move trailing statements to next line
net: ll_temac: axienet: delete unnecessary blank lines and spaces

drivers/net/ethernet/xilinx/ll_temac.h | 181 +++++++++---------
drivers/net/ethernet/xilinx/ll_temac_main.c | 65 ++++---
drivers/net/ethernet/xilinx/ll_temac_mdio.c | 6 +-
drivers/net/ethernet/xilinx/xilinx_axienet.h | 2 +-
.../net/ethernet/xilinx/xilinx_axienet_main.c | 6 +-
.../net/ethernet/xilinx/xilinx_axienet_mdio.c | 2 +-
6 files changed, 139 insertions(+), 123 deletions(-)

--
2.30.0