All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: amd: Cleanup for clearing static warnings
@ 2022-09-07  6:28 Haoyue Xu
  2022-09-07  6:28 ` [PATCH net-next 1/3] net: amd: Unified the comparison between pointers and NULL to the same writing Haoyue Xu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Haoyue Xu @ 2022-09-07  6:28 UTC (permalink / raw)
  To: davem, kuba
  Cc: netdev, linux-kernel, xuhaoyue1, pabeni, edumazet, huangdaode,
	liangwenpeng, liyangyang20

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


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

end of thread, other threads:[~2022-09-16  9:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-07  6:28 [PATCH net-next 0/3] net: amd: Cleanup for clearing static warnings Haoyue Xu
2022-09-07  6:28 ` [PATCH net-next 1/3] net: amd: Unified the comparison between pointers and NULL to the same writing Haoyue Xu
2022-09-07  6:28 ` [PATCH net-next 2/3] net: amd: Correct spelling errors Haoyue Xu
2022-09-07  6:28 ` [PATCH net-next 3/3] net: amd: Switch and case should be at the same indent Haoyue Xu
2022-09-16  9:50 ` [PATCH net-next 0/3] net: amd: Cleanup for clearing static warnings patchwork-bot+netdevbpf

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.