mbox series

[0/5] net: hns3: a bundle of minor cleanup and fixes

Message ID 20200618010211.75840-1-song.bao.hua@hisilicon.com
Headers show
Series net: hns3: a bundle of minor cleanup and fixes | expand

Message

Song Bao Hua (Barry Song) June 18, 2020, 1:02 a.m. UTC
some minor changes to either improve the readability or make the code align
with linux APIs better.

Barry Song (5):
  net: hns3: remove unnecessary devm_kfree
  net: hns3: pointer type of buffer should be void
  net: hns3: rename buffer-related functions
  net: hns3: replace disable_irq by IRQ_NOAUTOEN flag
  net: hns3: streaming dma buffer sync between cpu and device

 .../net/ethernet/hisilicon/hns3/hns3_enet.c   | 41 ++++++++++++-------
 .../net/ethernet/hisilicon/hns3/hns3_enet.h   |  2 +-
 2 files changed, 28 insertions(+), 15 deletions(-)

Comments

David Miller June 19, 2020, 3:43 a.m. UTC | #1
From: Barry Song <song.bao.hua@hisilicon.com>
Date: Thu, 18 Jun 2020 13:02:06 +1200

> some minor changes to either improve the readability or make the code align
> with linux APIs better.

Series applied, thanks.