linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Salil Mehta <salil.mehta@huawei.com>
To: <davem@davemloft.net>
Cc: <salil.mehta@huawei.com>, <yisen.zhuang@huawei.com>,
	<lipeng321@huawei.com>, <mehta.salil@opnsrc.net>,
	<netdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<linuxarm@huawei.com>
Subject: [PATCH net-next 0/9] Misc. cleanups for HNS3 ethernet driver
Date: Thu, 19 Jul 2018 15:46:57 +0100	[thread overview]
Message-ID: <20180719144706.644-1-salil.mehta@huawei.com> (raw)

This patch-set presents some cleanups for HNS3 Ethernet Driver.

Jian Shen (9):
  net: hns3: Remove some redundant assignments
  net: hns3: Standardize the handle of return value
  net: hns3: Remove extra space and brackets
  net: hns3: Correct unreasonable code comments
  net: hns3: Use decimal for bit offset macros
  net: hns3: Modify inconsistent bit mask macros
  net: hns3: Fix misleading parameter name
  net: hns3: Remove unused struct member and definition
  net: hns3: Add SPDX tags to HNS3 PF driver

 drivers/net/ethernet/hisilicon/hns3/hnae3.c        |  10 +-
 drivers/net/ethernet/hisilicon/hns3/hnae3.h        |  10 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_dcbnl.c   |  10 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    |  14 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.h    |  10 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c |  10 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c |  14 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 103 ++++++--------
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.c |  10 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.h |  10 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 150 +++++++--------------
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h    |  42 +++---
 .../ethernet/hisilicon/hns3/hns3pf/hclge_mdio.c    |  10 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_mdio.h    |  10 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c  |  10 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.h  |  10 +-
 16 files changed, 136 insertions(+), 297 deletions(-)

-- 
2.7.4



             reply	other threads:[~2018-07-19 14:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-19 14:46 Salil Mehta [this message]
2018-07-19 14:46 ` [PATCH net-next 1/9] net: hns3: Remove some redundant assignments Salil Mehta
2018-07-19 14:46 ` [PATCH net-next 2/9] net: hns3: Standardize the handle of return value Salil Mehta
2018-07-19 14:47 ` [PATCH net-next 3/9] net: hns3: Remove extra space and brackets Salil Mehta
2018-07-19 14:47 ` [PATCH net-next 4/9] net: hns3: Correct unreasonable code comments Salil Mehta
2018-07-19 14:47 ` [PATCH net-next 5/9] net: hns3: Use decimal for bit offset macros Salil Mehta
2018-07-19 14:47 ` [PATCH net-next 6/9] net: hns3: Modify inconsistent bit mask macros Salil Mehta
2018-07-19 14:47 ` [PATCH net-next 7/9] net: hns3: Fix misleading parameter name Salil Mehta
2018-07-19 14:47 ` [PATCH net-next 8/9] net: hns3: Remove unused struct member and definition Salil Mehta
2018-07-19 14:47 ` [PATCH net-next 9/9] net: hns3: Add SPDX tags to HNS3 PF driver Salil Mehta
2018-07-21 17:17 ` [PATCH net-next 0/9] Misc. cleanups for HNS3 ethernet driver David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180719144706.644-1-salil.mehta@huawei.com \
    --to=salil.mehta@huawei.com \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxarm@huawei.com \
    --cc=lipeng321@huawei.com \
    --cc=mehta.salil@opnsrc.net \
    --cc=netdev@vger.kernel.org \
    --cc=yisen.zhuang@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).