Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next,v2 0/5] bonding: do some cleanups in bond driver
@ 2023-08-10 13:50 Zhengchao Shao
  2023-08-10 13:50 ` [PATCH net-next,v2 1/5] bonding: add modifier to initialization function and exit function Zhengchao Shao
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Zhengchao Shao @ 2023-08-10 13:50 UTC (permalink / raw)
  To: netdev, davem, edumazet, kuba, pabeni
  Cc: j.vosburgh, andy, weiyongjun1, yuehaibing, shaozhengchao,
	liuhangbin, vadim.fedorenko

Do some cleanups in bond driver.

---
v2: use IS_ERR instead of NULL check in patch 2/5, update commit 
    information in patch 3/5, remove inline modifier in patch 4/5
---
Zhengchao Shao (5):
  bonding: add modifier to initialization function and exit function
  bonding: use IS_ERR instead of NULL check in bond_create_debugfs
  bonding: remove redundant NULL check in debugfs function
  bonding: use bond_set_slave_arr to simplify code
  bonding: remove unnecessary NULL check in bond_destructor

 drivers/net/bonding/bond_debugfs.c | 15 +++-----------
 drivers/net/bonding/bond_main.c    | 32 ++++--------------------------
 drivers/net/bonding/bond_sysfs.c   |  4 ++--
 3 files changed, 9 insertions(+), 42 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-08-11 10:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-10 13:50 [PATCH net-next,v2 0/5] bonding: do some cleanups in bond driver Zhengchao Shao
2023-08-10 13:50 ` [PATCH net-next,v2 1/5] bonding: add modifier to initialization function and exit function Zhengchao Shao
2023-08-10 13:50 ` [PATCH net-next,v2 2/5] bonding: use IS_ERR instead of NULL check in bond_create_debugfs Zhengchao Shao
2023-08-10 13:50 ` [PATCH net-next,v2 3/5] bonding: remove redundant NULL check in debugfs function Zhengchao Shao
2023-08-10 13:50 ` [PATCH net-next,v2 4/5] bonding: use bond_set_slave_arr to simplify code Zhengchao Shao
2023-08-10 13:50 ` [PATCH net-next,v2 5/5] bonding: remove unnecessary NULL check in bond_destructor Zhengchao Shao
2023-08-11  6:04 ` [PATCH net-next,v2 0/5] bonding: do some cleanups in bond driver Hangbin Liu
2023-08-11 10:20 ` 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