[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210318085150.3131936-1-lee.jones@linaro.org>
Date: Thu, 18 Mar 2021 08:51:35 +0000
From: Lee Jones <lee.jones@...aro.org>
To: lee.jones@...aro.org
Cc: linux-kernel@...r.kernel.org, Alan Cox <alan@...rguk.ukuu.org.uk>,
ALWAYS copy <linux-ide@...r.kernel.org>,
Andre Hedrick <andre@...ux-ide.org>,
Colten Edwards <pje120@...usask.ca>, Hat Inc <alan@...hat.com>,
Jan Harkes <jaharkes@....nl>, Jaromir Koutek <miri@...knet.cz>,
Jens Axboe <axboe@...nel.dk>,
"L.C. Chang" <lcchang@....com.tw>,
Lionel Bouton <Lionel.Bouton@...t6.fr>,
Mark Lord <mlord@...ox.com>,
Samuel Thibault <samuel.thibault@...-lyon.org>,
Torben Mathiasen <torben.mathiasen@...com>,
Vojtech Pavlik <vojtech@...e.cz>
Subject: [PATCH 00/15] [Set 2] Rid W=1 warnings from ATA
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 set 2 out of 2 sets required.
Lee Jones (15):
ata: pata_pdc202xx_old: Fix some incorrectly named functions
ata: pata_sil680: Add some missing function parameter docs
ata: pata_sis: Remove superfluous param description and supply another
ata: pata_triflex: Repair some misnamed functions and fix some param
descriptions
ata: pata_it821x: Fix possible doc-rotted function names
ata: pata_via: Fix a kernel-doc formatting issue
ata: pata_piccolo: 'ata_tosh_init()' is misnamed in its header
ata: pata_sl82c105: Fix potential doc-rot
ata: pata_opti: Fix spelling issue of 'val' in 'opti_write_reg()'
ata: ata_generic: Fix misspelling of 'ata_generic_init_one()'
ata: pata_legacy: Repair a couple kernel-doc problems
ata: pata_cs5530: Fix misspelling of 'cs5530_init_one()'s 'pdev' param
ata: sata_mv: Fix misnaming of 'mv_bmdma_stop()'
ata: libata-acpi: Fix function name and provide description for
'prev_gtf'
ata: pata_acpi: Fix some incorrect function param descriptions
drivers/ata/ata_generic.c | 2 +-
drivers/ata/libata-acpi.c | 3 ++-
drivers/ata/pata_acpi.c | 6 +++---
drivers/ata/pata_cs5530.c | 2 +-
drivers/ata/pata_it821x.c | 4 ++--
drivers/ata/pata_legacy.c | 8 ++++----
drivers/ata/pata_opti.c | 2 +-
drivers/ata/pata_pdc202xx_old.c | 4 ++--
drivers/ata/pata_piccolo.c | 2 +-
drivers/ata/pata_sil680.c | 2 ++
drivers/ata/pata_sis.c | 2 +-
drivers/ata/pata_sl82c105.c | 2 +-
drivers/ata/pata_triflex.c | 7 +++----
drivers/ata/pata_via.c | 2 +-
drivers/ata/sata_mv.c | 2 +-
15 files changed, 26 insertions(+), 24 deletions(-)
Cc: Alan Cox <alan@...rguk.ukuu.org.uk>
Cc: ALWAYS copy <linux-ide@...r.kernel.org>
Cc: Andre Hedrick <andre@...ux-ide.org>
Cc: Colten Edwards <pje120@...usask.ca>
Cc: Hat Inc <alan@...hat.com>
Cc: Jan Harkes <jaharkes@....nl>
Cc: Jaromir Koutek <miri@...knet.cz>
Cc: Jens Axboe <axboe@...nel.dk>
Cc: "L.C. Chang" <lcchang@....com.tw>
Cc: linux-ide@...r.kernel.org
Cc: Lionel Bouton <Lionel.Bouton@...t6.fr>
Cc: Mark Lord <mlord@...ox.com>
Cc: Red Hat <alan@...hat.com>
Cc: Samuel Thibault <samuel.thibault@...-lyon.org>
Cc: Torben Mathiasen <torben.mathiasen@...com>
Cc: Vojtech Pavlik <vojtech@...e.cz>
--
2.27.0
Powered by blists - more mailing lists