[PATCH 00/16] Rid W=1 warnings from Char

Lee Jones lee.jones at linaro.org
Thu May 20 22:13:31 AEST 2021


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.

Lee Jones (16):
  char: pcmcia: cm4000_cs: Remove unused variable 'tmp'
  char: pcmcia: cm4040_cs: Remove unused variable 'uc'
  char: random: Include header containing our prototypes
  char: pcmcia: synclink_cs: Fix a bunch of kernel-doc issues
  char: pcmcia: synclink_cs: Fix a bunch of kernel-doc issues
  char: applicom: Remove 3 unused variables 'ret' and 2 instances of
    'byte_reset_it'
  char: tpm: tpm1-cmd: Fix a couple of misnamed functions
  char: tpm: tpm_ftpm_tee: Fix a couple of kernel-doc misdemeanours
  char: agp: backend: Demote some non-conformant kernel-doc headers
  char: agp: frontend: Include header file containing our prototypes
  char: agp: via-agp: Remove unused variable 'current_size'
  char: hpet: Remove unused variable 'm'
  char: agp: generic: Place braces around optimised out function in if()
  char: agp: uninorth-agp: Remove unused variable 'size'
  char: hw_random: pseries-rng: Demote non-conformant kernel-doc header
  char: mem: Provide local prototype for non-static function

 drivers/char/agp/backend.c           |  4 +-
 drivers/char/agp/frontend.c          |  1 +
 drivers/char/agp/generic.c           |  3 +-
 drivers/char/agp/uninorth-agp.c      |  3 --
 drivers/char/agp/via-agp.c           |  3 --
 drivers/char/applicom.c              | 10 ++--
 drivers/char/hpet.c                  |  4 +-
 drivers/char/hw_random/pseries-rng.c |  2 +-
 drivers/char/mem.c                   |  2 +
 drivers/char/pcmcia/cm4000_cs.c      |  3 +-
 drivers/char/pcmcia/cm4040_cs.c      |  3 +-
 drivers/char/pcmcia/synclink_cs.c    | 74 +++++++++++++++-------------
 drivers/char/random.c                |  1 +
 drivers/char/tpm/tpm1-cmd.c          |  4 +-
 drivers/char/tpm/tpm_ftpm_tee.c      |  6 +--
 15 files changed, 60 insertions(+), 63 deletions(-)

Cc: Arnd Bergmann <arnd at arndb.de>
Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org>
Cc: Bob Picco <robert.picco at hp.com>
Cc: Clemens Ladisch <clemens at ladisch.de>
Cc: "C. Scott Ananian" <cananian at alumni.princeton.edu>
Cc: "cs.c" <support.linux at omnikey.com>
Cc: Dave Safford <safford at watson.ibm.com>
Cc: David Airlie <airlied at linux.ie>
Cc: dwmw2 at infradead.org
Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
Cc: Harald Welte <laforge at gnumonks.org>
Cc: Herbert Xu <herbert at gondor.apana.org.au>
Cc: Jarkko Sakkinen <jarkko at kernel.org>
Cc: "Jason A. Donenfeld" <Jason at zx2c4.com>
Cc: Jason Gunthorpe <jgg at ziepe.ca>
Cc: Jerome Glisse <j.glisse at gmail.com>
Cc: Kanoj Sarcar <kanoj at sgi.com>
Cc: Kylene Hall <kjhall at us.ibm.com>
Cc: Lee Jones <lee.jones at linaro.org>
Cc: Lijun Pan <ljp at linux.ibm.com>
Cc: linux-crypto at vger.kernel.org
Cc: linux-integrity at vger.kernel.org
Cc: linuxppc-dev at lists.ozlabs.org
Cc: Matt Mackall <mpm at selenic.com>
Cc: Michael Ellerman <mpe at ellerman.id.au>
Cc: Michael Neuling <mikey at neuling.org>
Cc: paulkf at microgate.com
Cc: Paul Mackerras <paulus at samba.org>
Cc: Peter Huewe <peterhuewe at gmx.de>
Cc: Reiner Sailer <sailer at watson.ibm.com>
Cc: "Theodore Ts'o" <tytso at mit.edu>
Cc: Thirupathaiah Annapureddy <thiruan at microsoft.com>
Cc: Tyrel Datwyler <tyreld at linux.ibm.com>
Cc: "Uwe Kleine-König" <uwe at kleine-koenig.org>
Cc: van Doorn <leendert at watson.ibm.com>
-- 
2.31.1



More information about the Linuxppc-dev mailing list