linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/15] [Set 2/2] Rid W=1 issues from Input
@ 2020-11-12 11:01 Lee Jones
  2020-11-12 11:01 ` [PATCH 01/15] input: joystick: xpad: Demote non-conformant kernel-doc header Lee Jones
                   ` (14 more replies)
  0 siblings, 15 replies; 42+ messages in thread
From: Lee Jones @ 2020-11-12 11:01 UTC (permalink / raw)
  To: lee.jones
  Cc: linux-kernel, Adam Buchbinder, Andrew Zabolotny, authored by,
	Bastien Nocera, Benjamin Tissoires, Bruce Kalk, Cameron Gutman,
	Christoph Fritz, C. Scott Ananian, Daniel Ritz, De Schrijver,
	Dmitry Torokhov, Dominic Cerquetti, Donghwa Lee, Fabio Estevam,
	Felipe Balbi, Franz Lehner, Gustavo A. R. Silva, Haibo Chen,
	Henrik Rydberg, Ian Molton, Ivan Hawkes, James Hilliard,
	Jan Kratochvil, Joonyoung Shim, K. Merker, Liam Girdwood,
	linux-input, Łukasz Patron, Mark Brown, Marko Friedemann,
	NXP Linux Team, Oliver Schwartz, patches,
	Pengutronix Kernel Team, Peter Osterlund, Russell King,
	Sangwon Jee, Sascha Hauer, Shawn Guo, Stefan Gmeiner,
	Steven Toth, Thomas Hellstrom, VMware Graphics, VMware, Inc.

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@gmail.com>
Cc: Andrew Zabolotny <zap@homelink.ru>
Cc: authored by <andrew@goodix.com>
Cc: Bastien Nocera <hadess@hadess.net>
Cc: Benjamin Tissoires <benjamin.tissoires@gmail.com>
Cc: Bruce Kalk <kall@compass.com>
Cc: Cameron Gutman <aicommander@gmail.com>
Cc: Christoph Fritz <chf.fritz@googlemail.com>
Cc: "C. Scott Ananian" <cananian@alumni.priceton.edu>
Cc: Daniel Ritz <daniel.ritz@gmx.ch>
Cc: De Schrijver <peter.de-schrijver@nokia.com>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Dominic Cerquetti <binary1230@yahoo.com>
Cc: Donghwa Lee <dh09.lee@samsung.com>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Felipe Balbi <felipe.balbi@nokia.com>
Cc: Franz Lehner <franz@caos.at>
Cc: "Gustavo A. R. Silva" <gustavoars@kernel.org>
Cc: Haibo Chen <haibo.chen@freescale.com>
Cc: Henrik Rydberg <rydberg@bitmath.org>
Cc: Ian Molton <spyro@f2s.com>
Cc: Ivan Hawkes <blackhawk@ivanhawkes.com>
Cc: James Hilliard <james.hilliard1@gmail.com>
Cc: Jan Kratochvil <honza@jikos.cz>
Cc: Joonyoung Shim <jy0922.shim@samsung.com>
Cc: "K. Merker" <merker@debian.org>
Cc: Lee Jones <lee.jones@linaro.org>
Cc: Liam Girdwood <lrg@slimlogic.co.uk>
Cc: linux-input@vger.kernel.org
Cc: "Łukasz Patron" <priv.luk@gmail.com>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Marko Friedemann <mfr@bmx-chemnitz.de>
Cc: NXP Linux Team <linux-imx@nxp.com>
Cc: Oliver Schwartz <Oliver.Schwartz@gmx.de>
Cc: patches@opensource.cirrus.com
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
Cc: Peter Osterlund <petero2@telia.com>
Cc: Russell King <rmk@arm.linux.org.uk>
Cc: Sangwon Jee <jeesw@melfas.com>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Stefan Gmeiner <riddlebox@freesurf.ch>
Cc: Steven Toth <steve@toth.demon.co.uk>
Cc: this to <linux-input@vger.kernel.org>
Cc: Thomas Hellstrom <thellstrom@vmware.com>
Cc: VMware Graphics <linux-graphics-maintainer@vmware.com>
Cc: "VMware, Inc." <pv-drivers@vmware.com>
-- 
2.25.1


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

end of thread, other threads:[~2020-11-20  7:45 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-12 11:01 [PATCH 00/15] [Set 2/2] Rid W=1 issues from Input Lee Jones
2020-11-12 11:01 ` [PATCH 01/15] input: joystick: xpad: Demote non-conformant kernel-doc header Lee Jones
2020-11-20  3:16   ` Dmitry Torokhov
2020-11-12 11:01 ` [PATCH 02/15] input: keyboard: samsung-keypad: Remove set but unused variable 'var' Lee Jones
2020-11-13  7:37   ` Dmitry Torokhov
2020-11-12 11:01 ` [PATCH 03/15] input: misc: mc13783-pwrbutton: File headers are not good candidates for kernel-doc Lee Jones
2020-11-20  3:16   ` Dmitry Torokhov
2020-11-12 11:01 ` [PATCH 04/15] input: touchscreen: goodix: Provide some missing function parameter descriptions Lee Jones
2020-11-20  3:16   ` Dmitry Torokhov
2020-11-12 11:01 ` [PATCH 05/15] input: touchscreen: imx6ul_tsc: Remove set but unused variable 'value' Lee Jones
2020-11-12 12:20   ` Bough Chen
2020-11-13  7:37   ` Dmitry Torokhov
2020-11-19  9:12     ` Lee Jones
2020-11-12 11:01 ` [PATCH 06/15] input: touchscreen: melfas_mip4: Remove a bunch of unused variables Lee Jones
2020-11-13  7:42   ` Dmitry Torokhov
2020-11-13  7:55     ` Lee Jones
2020-11-20  3:09       ` Dmitry Torokhov
2020-11-20  7:45         ` Lee Jones
2020-11-12 11:01 ` [PATCH 07/15] input: touchscreen: usbtouchscreen: Remove unused variable 'ret' Lee Jones
2020-11-13  7:36   ` Dmitry Torokhov
2020-11-13  7:56     ` Lee Jones
2020-11-20  3:09       ` Dmitry Torokhov
2020-11-12 11:01 ` [PATCH 08/15] input: touchscreen: surface3_spi: Remove set but unused variable 'timestamp' Lee Jones
2020-11-13  7:40   ` Dmitry Torokhov
2020-11-13  7:42     ` Benjamin Tissoires
2020-11-15 22:02       ` Peter Hutterer
2020-11-12 11:01 ` [PATCH 09/15] input: misc: wm831x-on: Source file headers are not good candidates for kernel-doc Lee Jones
2020-11-12 11:20   ` Richard Fitzgerald
2020-11-20  3:17   ` Dmitry Torokhov
2020-11-12 11:01 ` [PATCH 10/15] input: touchscreen: surface3_spi: Fix naming issue with 'surface3_spi_get_gpio_config's header Lee Jones
2020-11-20  3:16   ` Dmitry Torokhov
2020-11-12 11:02 ` [PATCH 11/15] input: touchscreen: wm97xx-core: Provide missing description for 'status' Lee Jones
2020-11-12 11:22   ` Richard Fitzgerald
2020-11-20  3:17   ` Dmitry Torokhov
2020-11-12 11:02 ` [PATCH 12/15] input: mouse: synaptics: Demote non-conformant kernel-doc header Lee Jones
2020-11-20  3:18   ` Dmitry Torokhov
2020-11-12 11:02 ` [PATCH 13/15] input: touchscreen: goodix: Fix misspelling of 'ctx' Lee Jones
2020-11-20  3:20   ` Dmitry Torokhov
2020-11-12 11:02 ` [PATCH 14/15] input: keyboard: applespi: Provide missing struct 'message' descriptions Lee Jones
2020-11-20  3:21   ` Dmitry Torokhov
2020-11-12 11:02 ` [PATCH 15/15] input: mouse: vmmouse: Demote obvious abuse of kernel-doc header Lee Jones
2020-11-20  3:21   ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).