[PATCH 00/11] Rid W=1 warnings from TTY
Lee Jones
lee.jones at linaro.org
Thu May 20 05:18:55 PDT 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 (11):
tty: vt: selection: Correct misspelled function sel_loadlut()
tty: serdev: core: Fix misspelled function name
__serdev_device_driver_register()
tty: tty_io: Fix a few kernel-doc related misdemeanours
tty: n_tty: Fix some misdocumented functions
tty: tty_buffer: Fix incorrectly documented function
__tty_buffer_request_room()
tty: tty_jobctrl: Fix 2 incorrectly documented functions
tty: pty: Fix incorrectly named function pty_resize()
tty: n_hdlc: Fix a little doc-rot in n_hdlc_tty_read()
tty: serial: st-asc: Demote a kernel-doc formatting abuse
tty: n_gsm: Fix function naming and provide missing param descriptions
tty: serial: xilinx_uartps: Fix documentation for
cdns_uart_clk_notifier_cb()
drivers/tty/n_gsm.c | 6 ++++--
drivers/tty/n_hdlc.c | 4 +++-
drivers/tty/n_tty.c | 10 +++++-----
drivers/tty/pty.c | 2 +-
drivers/tty/serdev/core.c | 2 +-
drivers/tty/serial/st-asc.c | 2 +-
drivers/tty/serial/xilinx_uartps.c | 2 +-
drivers/tty/tty_buffer.c | 2 +-
drivers/tty/tty_io.c | 17 +++++------------
drivers/tty/tty_jobctrl.c | 4 ++--
drivers/tty/vt/selection.c | 2 +-
11 files changed, 25 insertions(+), 28 deletions(-)
Cc: Al Longyear <longyear at netcom.com>
Cc: "Andrew J. Kroll" <ag784 at freenet.buffalo.edu>
Cc: Andrew Morton <andrewm at uow.edu.eu>
Cc: Bill Hawes <whawes at star.net>
Cc: "C. Scott Ananian" <cananian at alumni.princeton.edu>
Cc: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
Cc: Jiri Slaby <jirislaby at kernel.org>
Cc: -- <julian at uhunix.uhcc.hawaii.edu>
Cc: linux-arm-kernel at lists.infradead.org
Cc: linux-serial at vger.kernel.org
Cc: Marko Kohtala <Marko.Kohtala at hut.fi>
Cc: Michael Callahan <callahan at maths.ox.ac.uk>
Cc: Michal Simek <michal.simek at xilinx.com>
Cc: Nick Holloway <alfie at dcs.warwick.ac.uk>
Cc: Patrice Chotard <patrice.chotard at foss.st.com>
Cc: Paul Fulghum <paulkf at microgate.com>
Cc: Paul Mackerras <Paul.Mackerras at cs.anu.edu.au>
Cc: processes-Sapan Bhatia <sapan at corewars.org>
Cc: Rob Herring <robh at kernel.org>
Cc: Russell King <rmk at arm.linux.org.uk>
--
2.31.1
More information about the linux-arm-kernel
mailing list