[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220907062812.2259309-1-xuhaoyue1@hisilicon.com>
Date: Wed, 7 Sep 2022 14:28:09 +0800
From: Haoyue Xu <xuhaoyue1@...ilicon.com>
To: <davem@...emloft.net>, <kuba@...nel.org>
CC: <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<xuhaoyue1@...ilicon.com>, <pabeni@...hat.com>,
<edumazet@...gle.com>, <huangdaode@...wei.com>,
<liangwenpeng@...wei.com>, <liyangyang20@...wei.com>
Subject: [PATCH net-next 0/3] net: amd: Cleanup for clearing static warnings
Most static warnings are detected by tools, mainly about:
(1) #1: About the if stament.
(2) #2: About the spelling.
(2) #3: About the indent.
Guofeng Yue (3):
net: amd: Unified the comparison between pointers and NULL to the same
writing
net: amd: Correct spelling errors
net: amd: Switch and case should be at the same indent
drivers/net/ethernet/amd/a2065.c | 2 +-
drivers/net/ethernet/amd/amd8111e.c | 45 +++++++++++++--------------
drivers/net/ethernet/amd/amd8111e.h | 2 +-
drivers/net/ethernet/amd/ariadne.c | 4 +--
drivers/net/ethernet/amd/atarilance.c | 10 +++---
drivers/net/ethernet/amd/au1000_eth.c | 6 ++--
drivers/net/ethernet/amd/lance.c | 4 +--
drivers/net/ethernet/amd/nmclan_cs.c | 18 +++++------
drivers/net/ethernet/amd/pcnet32.c | 12 +++----
drivers/net/ethernet/amd/sun3lance.c | 4 +--
drivers/net/ethernet/amd/sunlance.c | 4 +--
11 files changed, 55 insertions(+), 56 deletions(-)
--
2.30.0
Powered by blists - more mailing lists