[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201031004958.1059797-1-andrew@lunn.ch>
Date: Sat, 31 Oct 2020 01:49:51 +0100
From: Andrew Lunn <andrew@...n.ch>
To: Jakub Kicinski <kuba@...nel.org>
Cc: netdev <netdev@...r.kernel.org>, Nicolas Pitre <nico@...xnic.net>,
Andrew Lunn <andrew@...n.ch>
Subject: [PATCH net-next 0/7] smsc W=1 warning fixes
Fixup various W=1 warnings, and then add COMPILE_TEST support, which
explains why these where missed on the previous pass.
One of these patches added as a new checkpatch warning, by
copy/pasting an existing macro and slightly modifying it. The code
already has lots of checkpatch warnings, so one more is not going to
make that much difference.
Andrew Lunn (7):
drivers: net: smc91x: Fix set but unused W=1 warning
drivers: net: smc91x: Fix missing kerneldoc reported by W=1
drivers: net: smc911x: Work around set but unused status
drivers: net: smc911x: Fix set but unused status because of DBG macro
drivers: net: smc911x: Fix passing wrong number of parameters to DBG()
macro
drivers: net: smc911x: Fix cast from pointer to integer of different
size
drivers: net: smsc: Add COMPILE_TEST support
drivers/net/ethernet/smsc/Kconfig | 6 +++---
drivers/net/ethernet/smsc/smc911x.c | 18 ++++++++++--------
drivers/net/ethernet/smsc/smc91x.c | 10 ++++++++--
drivers/net/ethernet/smsc/smc91x.h | 10 ++++++++++
4 files changed, 31 insertions(+), 13 deletions(-)
--
2.28.0
Powered by blists - more mailing lists