[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201112110204.2083435-1-lee.jones@linaro.org>
Date: Thu, 12 Nov 2020 11:01:49 +0000
From: Lee Jones <lee.jones@...aro.org>
To: lee.jones@...aro.org
Cc: linux-kernel@...r.kernel.org,
Adam Buchbinder <adam.buchbinder@...il.com>,
Andrew Zabolotny <zap@...elink.ru>,
authored by <andrew@...dix.com>,
Bastien Nocera <hadess@...ess.net>,
Benjamin Tissoires <benjamin.tissoires@...il.com>,
Bruce Kalk <kall@...pass.com>,
Cameron Gutman <aicommander@...il.com>,
Christoph Fritz <chf.fritz@...glemail.com>,
"C. Scott Ananian" <cananian@...mni.priceton.edu>,
Daniel Ritz <daniel.ritz@....ch>,
De Schrijver <peter.de-schrijver@...ia.com>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Dominic Cerquetti <binary1230@...oo.com>,
Donghwa Lee <dh09.lee@...sung.com>,
Fabio Estevam <festevam@...il.com>,
Felipe Balbi <felipe.balbi@...ia.com>,
Franz Lehner <franz@...s.at>,
"Gustavo A. R. Silva" <gustavoars@...nel.org>,
Haibo Chen <haibo.chen@...escale.com>,
Henrik Rydberg <rydberg@...math.org>,
Ian Molton <spyro@....com>,
Ivan Hawkes <blackhawk@...nhawkes.com>,
James Hilliard <james.hilliard1@...il.com>,
Jan Kratochvil <honza@...os.cz>,
Joonyoung Shim <jy0922.shim@...sung.com>,
"K. Merker" <merker@...ian.org>,
Liam Girdwood <lrg@...mlogic.co.uk>,
linux-input@...r.kernel.org,
Łukasz Patron <priv.luk@...il.com>,
Mark Brown <broonie@...nsource.wolfsonmicro.com>,
Marko Friedemann <mfr@...-chemnitz.de>,
NXP Linux Team <linux-imx@....com>,
Oliver Schwartz <Oliver.Schwartz@....de>,
patches@...nsource.cirrus.com,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Peter Osterlund <petero2@...ia.com>,
Russell King <rmk@....linux.org.uk>,
Sangwon Jee <jeesw@...fas.com>,
Sascha Hauer <s.hauer@...gutronix.de>,
Shawn Guo <shawnguo@...nel.org>,
Stefan Gmeiner <riddlebox@...esurf.ch>,
Steven Toth <steve@...h.demon.co.uk>,
Thomas Hellstrom <thellstrom@...are.com>,
VMware Graphics <linux-graphics-maintainer@...are.com>,
"VMware, Inc." <pv-drivers@...are.com>
Subject: [PATCH 00/15] [Set 2/2] Rid W=1 issues from Input
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 second (and last) of 2 sets.
Lee Jones (15):
input: joystick: xpad: Demote non-conformant kernel-doc header
input: keyboard: samsung-keypad: Remove set but unused variable 'var'
input: misc: mc13783-pwrbutton: File headers are not good candidates
for kernel-doc
input: touchscreen: goodix: Provide some missing function parameter
descriptions
input: touchscreen: imx6ul_tsc: Remove set but unused variable 'value'
input: touchscreen: melfas_mip4: Remove a bunch of unused variables
input: touchscreen: usbtouchscreen: Remove unused variable 'ret'
input: touchscreen: surface3_spi: Remove set but unused variable
'timestamp'
input: misc: wm831x-on: Source file headers are not good candidates
for kernel-doc
input: touchscreen: surface3_spi: Fix naming issue with
'surface3_spi_get_gpio_config's header
input: touchscreen: wm97xx-core: Provide missing description for
'status'
input: mouse: synaptics: Demote non-conformant kernel-doc header
input: touchscreen: goodix: Fix misspelling of 'ctx'
input: keyboard: applespi: Provide missing struct 'message'
descriptions
input: mouse: vmmouse: Demote obvious abuse of kernel-doc header
drivers/input/joystick/xpad.c | 2 +-
drivers/input/keyboard/applespi.c | 9 +++++++++
drivers/input/keyboard/samsung-keypad.c | 3 +--
drivers/input/misc/mc13783-pwrbutton.c | 2 +-
drivers/input/misc/wm831x-on.c | 2 +-
drivers/input/mouse/synaptics.c | 2 +-
drivers/input/mouse/vmmouse.c | 2 +-
drivers/input/touchscreen/goodix.c | 5 ++++-
drivers/input/touchscreen/imx6ul_tsc.c | 3 +--
drivers/input/touchscreen/melfas_mip4.c | 11 -----------
drivers/input/touchscreen/surface3_spi.c | 4 +---
drivers/input/touchscreen/usbtouchscreen.c | 4 ++--
drivers/input/touchscreen/wm97xx-core.c | 2 +-
13 files changed, 24 insertions(+), 27 deletions(-)
Cc: Adam Buchbinder <adam.buchbinder@...il.com>
Cc: Andrew Zabolotny <zap@...elink.ru>
Cc: authored by <andrew@...dix.com>
Cc: Bastien Nocera <hadess@...ess.net>
Cc: Benjamin Tissoires <benjamin.tissoires@...il.com>
Cc: Bruce Kalk <kall@...pass.com>
Cc: Cameron Gutman <aicommander@...il.com>
Cc: Christoph Fritz <chf.fritz@...glemail.com>
Cc: "C. Scott Ananian" <cananian@...mni.priceton.edu>
Cc: Daniel Ritz <daniel.ritz@....ch>
Cc: De Schrijver <peter.de-schrijver@...ia.com>
Cc: Dmitry Torokhov <dmitry.torokhov@...il.com>
Cc: Dominic Cerquetti <binary1230@...oo.com>
Cc: Donghwa Lee <dh09.lee@...sung.com>
Cc: Fabio Estevam <festevam@...il.com>
Cc: Felipe Balbi <felipe.balbi@...ia.com>
Cc: Franz Lehner <franz@...s.at>
Cc: "Gustavo A. R. Silva" <gustavoars@...nel.org>
Cc: Haibo Chen <haibo.chen@...escale.com>
Cc: Henrik Rydberg <rydberg@...math.org>
Cc: Ian Molton <spyro@....com>
Cc: Ivan Hawkes <blackhawk@...nhawkes.com>
Cc: James Hilliard <james.hilliard1@...il.com>
Cc: Jan Kratochvil <honza@...os.cz>
Cc: Joonyoung Shim <jy0922.shim@...sung.com>
Cc: "K. Merker" <merker@...ian.org>
Cc: Lee Jones <lee.jones@...aro.org>
Cc: Liam Girdwood <lrg@...mlogic.co.uk>
Cc: linux-input@...r.kernel.org
Cc: "Łukasz Patron" <priv.luk@...il.com>
Cc: Mark Brown <broonie@...nsource.wolfsonmicro.com>
Cc: Marko Friedemann <mfr@...-chemnitz.de>
Cc: NXP Linux Team <linux-imx@....com>
Cc: Oliver Schwartz <Oliver.Schwartz@....de>
Cc: patches@...nsource.cirrus.com
Cc: Pengutronix Kernel Team <kernel@...gutronix.de>
Cc: Peter Osterlund <petero2@...ia.com>
Cc: Russell King <rmk@....linux.org.uk>
Cc: Sangwon Jee <jeesw@...fas.com>
Cc: Sascha Hauer <s.hauer@...gutronix.de>
Cc: Shawn Guo <shawnguo@...nel.org>
Cc: Stefan Gmeiner <riddlebox@...esurf.ch>
Cc: Steven Toth <steve@...h.demon.co.uk>
Cc: this to <linux-input@...r.kernel.org>
Cc: Thomas Hellstrom <thellstrom@...are.com>
Cc: VMware Graphics <linux-graphics-maintainer@...are.com>
Cc: "VMware, Inc." <pv-drivers@...are.com>
--
2.25.1
Powered by blists - more mailing lists