Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH -next, v3 00/10] cleanup in Huawei hinic driver
@ 2022-09-21 12:33 Zhengchao Shao
  2022-09-21 12:33 ` [PATCH -next, v3 01/10] net: hinic: modify kernel doc comments Zhengchao Shao
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Zhengchao Shao @ 2022-09-21 12:33 UTC (permalink / raw)
  To: netdev, linux-kselftest, jhs, xiyou.wangcong, jiri, shuah, victor
  Cc: weiyongjun1, yuehaibing, shaozhengchao

Do code cleanup in Huawei hinic driver.

Zhengchao Shao (10):
  net: hinic: modify kernel doc comments
  net: hinic: change type of function to be static
  net: hinic: remove unused functions
  net: hinic: remove unused macro
  net: hinic: remove duplicate macro definition
  net: hinic: simplify code logic
  net: hinic: change hinic_deinit_vf_hw() to void
  net: hinic: remove unused enumerated value
  net: hinic: replace magic numbers with macro
  net: hinic: remove the unused input parameter prod_idx in
    sq_prepare_ctrl()

 .../net/ethernet/huawei/hinic/hinic_debugfs.h |  1 -
 .../net/ethernet/huawei/hinic/hinic_ethtool.c |  1 -
 .../net/ethernet/huawei/hinic/hinic_hw_cmdq.c |  9 ++---
 .../net/ethernet/huawei/hinic/hinic_hw_cmdq.h |  3 --
 .../net/ethernet/huawei/hinic/hinic_hw_csr.h  |  1 -
 .../net/ethernet/huawei/hinic/hinic_hw_dev.c  | 17 ++-------
 .../net/ethernet/huawei/hinic/hinic_hw_dev.h  |  5 ---
 .../net/ethernet/huawei/hinic/hinic_hw_if.c   | 35 -------------------
 .../net/ethernet/huawei/hinic/hinic_hw_if.h   |  9 -----
 .../net/ethernet/huawei/hinic/hinic_hw_mbox.c |  9 ++---
 .../net/ethernet/huawei/hinic/hinic_hw_mbox.h |  4 ---
 .../net/ethernet/huawei/hinic/hinic_hw_qp.c   | 11 +++---
 .../net/ethernet/huawei/hinic/hinic_hw_qp.h   |  5 ++-
 .../net/ethernet/huawei/hinic/hinic_hw_wq.c   |  2 --
 .../net/ethernet/huawei/hinic/hinic_hw_wqe.h  | 25 -------------
 .../net/ethernet/huawei/hinic/hinic_main.c    |  4 ---
 drivers/net/ethernet/huawei/hinic/hinic_rx.c  |  2 +-
 drivers/net/ethernet/huawei/hinic/hinic_rx.h  |  2 --
 .../net/ethernet/huawei/hinic/hinic_sriov.c   | 15 ++++----
 .../net/ethernet/huawei/hinic/hinic_sriov.h   |  2 --
 drivers/net/ethernet/huawei/hinic/hinic_tx.c  |  6 ++--
 drivers/net/ethernet/huawei/hinic/hinic_tx.h  |  2 --
 22 files changed, 23 insertions(+), 147 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2022-09-23  1:11 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-21 12:33 [PATCH -next, v3 00/10] cleanup in Huawei hinic driver Zhengchao Shao
2022-09-21 12:33 ` [PATCH -next, v3 01/10] net: hinic: modify kernel doc comments Zhengchao Shao
2022-09-21 12:33 ` [PATCH -next, v3 02/10] net: hinic: change type of function to be static Zhengchao Shao
2022-09-21 12:33 ` [PATCH -next, v3 03/10] net: hinic: remove unused functions Zhengchao Shao
2022-09-21 12:33 ` [PATCH -next, v3 04/10] net: hinic: remove unused macro Zhengchao Shao
2022-09-21 12:33 ` [PATCH -next, v3 05/10] net: hinic: remove duplicate macro definition Zhengchao Shao
2022-09-21 12:33 ` [PATCH -next, v3 06/10] net: hinic: simplify code logic Zhengchao Shao
2022-09-21 12:33 ` [PATCH -next, v3 07/10] net: hinic: change hinic_deinit_vf_hw() to void Zhengchao Shao
2022-09-21 12:33 ` [PATCH -next, v3 08/10] net: hinic: remove unused enumerated value Zhengchao Shao
2022-09-21 12:33 ` [PATCH -next, v3 09/10] net: hinic: replace magic numbers with macro Zhengchao Shao
2022-09-21 12:33 ` [PATCH -next, v3 10/10] net: hinic: remove the unused input parameter prod_idx in sq_prepare_ctrl() Zhengchao Shao
2022-09-23  1:10 ` [PATCH -next, v3 00/10] cleanup in Huawei hinic driver 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