mbox series

[net-next,0/5] net: hns3: add some cleanups for -next

Message ID 1589460086-61130-1-git-send-email-tanhuazhong@huawei.com
Headers show
Series net: hns3: add some cleanups for -next | expand

Message

Huazhong Tan May 14, 2020, 12:41 p.m. UTC
This patchset adds some cleanups for the HNS3 ethernet driver.

Huazhong Tan (5):
  net: hns3: modify some incorrect spelling
  net: hns3: remove a duplicated printing in hclge_configure()
  net: hns3: modify an incorrect error log in hclge_mbx_handler()
  net: hns3: remove some unused macros
  net: hns3: remove unnecessary frag list checking in
    hns3_nic_net_xmit()

 drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h         |  2 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c         |  5 +----
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.h         | 17 -----------------
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c  | 14 +++++++-------
 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c |  4 +---
 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c  |  2 +-
 6 files changed, 11 insertions(+), 33 deletions(-)