All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/5] net: hns3: add some cleanups for -next
@ 2020-05-14 12:41 Huazhong Tan
  2020-05-14 12:41 ` [PATCH net-next 1/5] net: hns3: modify some incorrect spelling Huazhong Tan
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Huazhong Tan @ 2020-05-14 12:41 UTC (permalink / raw)
  To: davem
  Cc: netdev, linux-kernel, salil.mehta, yisen.zhuang, linuxarm, kuba,
	Huazhong Tan

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(-)

-- 
2.7.4


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

end of thread, other threads:[~2020-05-14 20:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-14 12:41 [PATCH net-next 0/5] net: hns3: add some cleanups for -next Huazhong Tan
2020-05-14 12:41 ` [PATCH net-next 1/5] net: hns3: modify some incorrect spelling Huazhong Tan
2020-05-14 12:41 ` [PATCH net-next 2/5] net: hns3: remove a duplicated printing in hclge_configure() Huazhong Tan
2020-05-14 12:41 ` [PATCH net-next 3/5] net: hns3: modify an incorrect error log in hclge_mbx_handler() Huazhong Tan
2020-05-14 12:41 ` [PATCH net-next 4/5] net: hns3: remove some unused macros Huazhong Tan
2020-05-14 12:41 ` [PATCH net-next 5/5] net: hns3: remove unnecessary frag list checking in hns3_nic_net_xmit() Huazhong Tan
2020-05-14 17:29 ` [PATCH net-next 0/5] net: hns3: add some cleanups for -next Jakub Kicinski
2020-05-14 20:18 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.