mbox series

[net-next,0/5] bonding: do some cleanups in bond driver

Message ID 20230809124107.360574-1-shaozhengchao@huawei.com (mailing list archive)
Headers show
Series bonding: do some cleanups in bond driver | expand

Message

shaozhengchao Aug. 9, 2023, 12:41 p.m. UTC
Do some cleanups in bond driver.

Zhengchao Shao (5):
  bonding: add modifier to initialization function and exit function
  bonding: remove warning printing in bond_create_debugfs
  bonding: remove unnecessary 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 | 16 ++------------
 drivers/net/bonding/bond_main.c    | 34 +++++-------------------------
 drivers/net/bonding/bond_sysfs.c   |  4 ++--
 3 files changed, 9 insertions(+), 45 deletions(-)