[PATCH 00/12] [Set 2] Rid W=1 warnings in Net

Lee Jones lee.jones at linaro.org
Wed Nov 4 20:05:58 AEDT 2020


MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This set is part of a larger effort attempting to clean-up W=1
kernel builds, which are currently overwhelmingly riddled with
niggly little warnings.

This is the last set.

Lee Jones (12):
  net: usb: lan78xx: Remove lots of set but unused 'ret' variables
  net: ethernet: smsc: smc911x: Mark 'status' as __maybe_unused
  net: ethernet: xilinx: xilinx_emaclite: Document 'txqueue' even if it
    is unused
  net: ethernet: smsc: smc91x: Demote non-conformant kernel function
    header
  net: xen-netback: xenbus: Demote nonconformant kernel-doc headers
  net: ethernet: ti: am65-cpsw-qos: Demote non-conformant function
    header
  net: ethernet: ti: am65-cpts: Document am65_cpts_rx_enable()'s 'en'
    parameter
  net: xen-netfront: Demote non-kernel-doc headers to standard comment
    blocks
  net: ethernet: ibm: ibmvnic: Fix some kernel-doc misdemeanours
  net: ethernet: toshiba: ps3_gelic_net: Fix some kernel-doc
    misdemeanours
  net: ethernet: toshiba: spider_net: Document a whole bunch of function
    parameters
  net: ethernet: ibm: ibmvnic: Fix some kernel-doc issues

 drivers/net/ethernet/ibm/ibmvnic.c            |  27 ++-
 drivers/net/ethernet/smsc/smc911x.c           |   6 +-
 drivers/net/ethernet/smsc/smc91x.c            |   2 +-
 drivers/net/ethernet/ti/am65-cpsw-qos.c       |   2 +-
 drivers/net/ethernet/ti/am65-cpts.c           |   2 +-
 drivers/net/ethernet/toshiba/ps3_gelic_net.c  |   9 +-
 drivers/net/ethernet/toshiba/spider_net.c     |  18 +-
 drivers/net/ethernet/xilinx/xilinx_emaclite.c |   1 +
 drivers/net/usb/lan78xx.c                     | 212 +++++++++---------
 drivers/net/xen-netback/xenbus.c              |   4 +-
 drivers/net/xen-netfront.c                    |   6 +-
 11 files changed, 141 insertions(+), 148 deletions(-)

Cc: Alexei Starovoitov <ast at kernel.org>
Cc: Andrii Nakryiko <andrii at kernel.org>
Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org>
Cc: Boris Ostrovsky <boris.ostrovsky at oracle.com>
Cc: bpf at vger.kernel.org
Cc: Daniel Borkmann <daniel at iogearbox.net>
Cc: Dany Madden <drt at linux.ibm.com>
Cc: Daris A Nevil <dnevil at snmc.com>
Cc: "David S. Miller" <davem at davemloft.net>
Cc: Dustin McIntire <dustin at sensoria.com>
Cc: Erik Stahlman <erik at vt.edu>
Cc: Geoff Levand <geoff at infradead.org>
Cc: Grygorii Strashko <grygorii.strashko at ti.com>
Cc: "Gustavo A. R. Silva" <gustavoars at kernel.org>
Cc: Ishizaki Kou <kou.ishizaki at toshiba.co.jp>
Cc: Ivan Khoronzhuk <ivan.khoronzhuk at linaro.org>
Cc: Jakub Kicinski <kuba at kernel.org>
Cc: Jens Osterkamp <Jens.Osterkamp at de.ibm.com>
Cc: Jesper Dangaard Brouer <hawk at kernel.org>
Cc: John Allen <jallen at linux.vnet.ibm.com>
Cc: John Fastabend <john.fastabend at gmail.com>
Cc: John Williams <john.williams at xilinx.com>
Cc: Juergen Gross <jgross at suse.com>
Cc: KP Singh <kpsingh at chromium.org>
Cc: Kurt Kanzenbach <kurt at linutronix.de>
Cc: Lijun Pan <ljp at linux.ibm.com>
Cc: linuxppc-dev at lists.ozlabs.org
Cc: linux-usb at vger.kernel.org
Cc: Martin Habets <mhabets at solarflare.com>
Cc: Martin KaFai Lau <kafai at fb.com>
Cc: Michael Ellerman <mpe at ellerman.id.au>
Cc: "Michael S. Tsirkin" <mst at redhat.com>
Cc: Michal Simek <michal.simek at xilinx.com>
Cc: Microchip Linux Driver Support <UNGLinuxDriver at microchip.com>
Cc: netdev at vger.kernel.org
Cc: Nicolas Pitre <nico at fluxnic.net>
Cc: Paul Durrant <paul at xen.org>
Cc: Paul Mackerras <paulus at samba.org>
Cc: Peter Cammaert <pc at denkart.be>
Cc: Russell King <rmk at arm.linux.org.uk>
Cc: Rusty Russell <rusty at rustcorp.com.au>
Cc: Santiago Leon <santi_leon at yahoo.com>
Cc: Shannon Nelson <snelson at pensando.io>
Cc: Song Liu <songliubraving at fb.com>
Cc: Stefano Stabellini <sstabellini at kernel.org>
Cc: Sukadev Bhattiprolu <sukadev at linux.ibm.com>
Cc: Thomas Falcon <tlfalcon at linux.vnet.ibm.com>
Cc: Utz Bacher <utz.bacher at de.ibm.com>
Cc: Wei Liu <wei.liu at kernel.org>
Cc: Woojung Huh <woojung.huh at microchip.com>
Cc: xen-devel at lists.xenproject.org
Cc: Yonghong Song <yhs at fb.com>
-- 
2.25.1



More information about the Linuxppc-dev mailing list