All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: lee.jones@linaro.org
Cc: linux-kernel@vger.kernel.org,
	"Adam Buchbinder" <adam.buchbinder@gmail.com>,
	"Andrew Zabolotny" <zap@homelink.ru>,
	"authored by" <andrew@goodix.com>,
	"Bastien Nocera" <hadess@hadess.net>,
	"Benjamin Tissoires" <benjamin.tissoires@gmail.com>,
	"Bruce Kalk" <kall@compass.com>,
	"Cameron Gutman" <aicommander@gmail.com>,
	"Christoph Fritz" <chf.fritz@googlemail.com>,
	"C. Scott Ananian" <cananian@alumni.priceton.edu>,
	"Daniel Ritz" <daniel.ritz@gmx.ch>,
	"De Schrijver" <peter.de-schrijver@nokia.com>,
	"Dmitry Torokhov" <dmitry.torokhov@gmail.com>,
	"Dominic Cerquetti" <binary1230@yahoo.com>,
	"Donghwa Lee" <dh09.lee@samsung.com>,
	"Fabio Estevam" <festevam@gmail.com>,
	"Felipe Balbi" <felipe.balbi@nokia.com>,
	"Franz Lehner" <franz@caos.at>,
	"Gustavo A. R. Silva" <gustavoars@kernel.org>,
	"Haibo Chen" <haibo.chen@freescale.com>,
	"Henrik Rydberg" <rydberg@bitmath.org>,
	"Ian Molton" <spyro@f2s.com>,
	"Ivan Hawkes" <blackhawk@ivanhawkes.com>,
	"James Hilliard" <james.hilliard1@gmail.com>,
	"Jan Kratochvil" <honza@jikos.cz>,
	"Joonyoung Shim" <jy0922.shim@samsung.com>,
	"K. Merker" <merker@debian.org>,
	"Liam Girdwood" <lrg@slimlogic.co.uk>,
	linux-input@vger.kernel.org, "Łukasz Patron" <priv.luk@gmail.com>,
	"Mark Brown" <broonie@opensource.wolfsonmicro.com>,
	"Marko Friedemann" <mfr@bmx-chemnitz.de>,
	"NXP Linux Team" <linux-imx@nxp.com>,
	"Oliver Schwartz" <Oliver.Schwartz@gmx.de>,
	patches@opensource.cirrus.com,
	"Pengutronix Kernel Team" <kernel@pengutronix.de>,
	"Peter Osterlund" <petero2@telia.com>,
	"Russell King" <rmk@arm.linux.org.uk>,
	"Sangwon Jee" <jeesw@melfas.com>,
	"Sascha Hauer" <s.hauer@pengutronix.de>,
	"Shawn Guo" <shawnguo@kernel.org>,
	"Stefan Gmeiner" <riddlebox@freesurf.ch>,
	"Steven Toth" <steve@toth.demon.co.uk>,
	"Thomas Hellstrom" <thellstrom@vmware.com>,
	"VMware Graphics" <linux-graphics-maintainer@vmware.com>,
	"VMware, Inc." <pv-drivers@vmware.com>
Subject: [PATCH 00/15] [Set 2/2] Rid W=1 issues from Input
Date: Thu, 12 Nov 2020 11:01:49 +0000	[thread overview]
Message-ID: <20201112110204.2083435-1-lee.jones@linaro.org> (raw)

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


             reply	other threads:[~2020-11-12 11:05 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-12 11:01 Lee Jones [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201112110204.2083435-1-lee.jones@linaro.org \
    --to=lee.jones@linaro.org \
    --cc=Oliver.Schwartz@gmx.de \
    --cc=adam.buchbinder@gmail.com \
    --cc=aicommander@gmail.com \
    --cc=andrew@goodix.com \
    --cc=benjamin.tissoires@gmail.com \
    --cc=binary1230@yahoo.com \
    --cc=blackhawk@ivanhawkes.com \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=cananian@alumni.priceton.edu \
    --cc=chf.fritz@googlemail.com \
    --cc=daniel.ritz@gmx.ch \
    --cc=dh09.lee@samsung.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=felipe.balbi@nokia.com \
    --cc=festevam@gmail.com \
    --cc=franz@caos.at \
    --cc=gustavoars@kernel.org \
    --cc=hadess@hadess.net \
    --cc=haibo.chen@freescale.com \
    --cc=honza@jikos.cz \
    --cc=james.hilliard1@gmail.com \
    --cc=jeesw@melfas.com \
    --cc=jy0922.shim@samsung.com \
    --cc=kall@compass.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-graphics-maintainer@vmware.com \
    --cc=linux-imx@nxp.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lrg@slimlogic.co.uk \
    --cc=merker@debian.org \
    --cc=mfr@bmx-chemnitz.de \
    --cc=patches@opensource.cirrus.com \
    --cc=peter.de-schrijver@nokia.com \
    --cc=petero2@telia.com \
    --cc=priv.luk@gmail.com \
    --cc=pv-drivers@vmware.com \
    --cc=riddlebox@freesurf.ch \
    --cc=rmk@arm.linux.org.uk \
    --cc=rydberg@bitmath.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=spyro@f2s.com \
    --cc=steve@toth.demon.co.uk \
    --cc=thellstrom@vmware.com \
    --cc=zap@homelink.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.