linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: linux-kernel@vger.kernel.org, Alan Cox <alan@redhat.com>,
	Albert Lee <albertcc@tw.ibm.com>,
	Alessandro Zummo <alessandro.zummo@towertech.it>,
	ALWAYS copy <linux-ide@vger.kernel.org>,
	and cc <htejun@gmail.com>, Andre Hedrick <andre@linux-ide.org>,
	ATI Inc <hyu@ati.com>, CJ <cjtsai@ali.com.tw>,
	Clear Zhang <Clear.Zhang@ali.com.tw>,
	Frank Tiernan <frankt@promise.com>, Jens Axboe <axboe@kernel.dk>,
	Loc Ho <lho@apm.com>, Mark Lord <mlord@pobox.com>,
	Suman Tripathi <stripathi@apm.com>, Tejun Heo <teheo@suse.de>,
	Thibaut VARENE <varenet@parisc-linux.org>,
	Tuan Phan <tphan@apm.com>
Subject: Re: [PATCH v2 00/20] [Set 1] Rid W=1 warnings from ATA
Date: Wed, 3 Mar 2021 14:26:16 +0000	[thread overview]
Message-ID: <20210303142616.GF2690909@dell> (raw)
In-Reply-To: <20210201143940.2070919-1-lee.jones@linaro.org>

On Mon, 01 Feb 2021, Lee Jones wrote:

> 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 1 out of 2 sets required.

Would you like me to [RESEND] this set?

> v2:
>  - Removed "Ignore -Woverride-init" patches
>  - Back-filled them with others
> 
> Lee Jones (20):
>   ata: libata-transport: Fix some potential doc-rot issues
>   ata: libata-sata: Fix function names in header comments
>   ata: libata-pmp: Fix misspelling of 'val'
>   ata: pata_ali: Repair some misnamed kernel-doc issues
>   ata: pata_artop: Fix a function name and parameter description
>   ata: pata_amd: Remove superfluous, add missing and fix broken params
>   ata: pata_hpt366: Provide missing description for 'hpt366_filter()'s
>     'mask' param
>   ata: pata_hpt37x: Fix some function misnaming and missing param issues
>   ata: ahci_xgene: Fix incorrect naming of
>     'xgene_ahci_handle_broken_edge_irq()'s 'host' param
>   ata: sata_mv: Fix worthy headers and demote others
>   ata: pata_ali: Supply description for 'ali_20_filter()'s 'mask' param
>   ata: pata_amd: Fix incorrectly named function in the header
>   ata: pata_artop: Repair possible copy/paste issue in
>     'artop_6210_qc_defer()'s header
>   ata: pata_atiixp: Fix a function name and supply description for 'pio'
>   ata: pata_cs5520: Add a couple of missing param descriptions
>   ata: pata_hpt3x2n: Fix possible doc-rotted function name
>   ata: pata_marvell: Fix incorrectly documented function parameter
>   ata: pata_jmicron: Fix incorrectly documented function parameter
>   ata: pata_optidma: Fix a function misnaming, a formatting issue and a
>     missing description
>   ata: pata_pdc2027x: Fix some incorrect function names and parameter
>     docs
> 
>  drivers/ata/ahci_xgene.c       |  2 +-
>  drivers/ata/libata-pmp.c       |  2 +-
>  drivers/ata/libata-sata.c      |  4 ++--
>  drivers/ata/libata-transport.c |  6 +++---
>  drivers/ata/pata_ali.c         |  6 +++---
>  drivers/ata/pata_amd.c         |  6 +++---
>  drivers/ata/pata_artop.c       |  4 ++--
>  drivers/ata/pata_atiixp.c      |  3 ++-
>  drivers/ata/pata_cs5520.c      |  2 ++
>  drivers/ata/pata_hpt366.c      |  1 +
>  drivers/ata/pata_hpt37x.c      |  6 ++++--
>  drivers/ata/pata_hpt3x2n.c     |  2 +-
>  drivers/ata/pata_jmicron.c     |  2 +-
>  drivers/ata/pata_marvell.c     |  2 +-
>  drivers/ata/pata_optidma.c     |  5 +++--
>  drivers/ata/pata_pdc2027x.c    | 10 +++++-----
>  drivers/ata/sata_mv.c          | 12 ++++++------
>  17 files changed, 41 insertions(+), 34 deletions(-)
> 
> Cc: Alan Cox <alan@redhat.com>
> Cc: Albert Lee <albertcc@tw.ibm.com>
> Cc: Alessandro Zummo <alessandro.zummo@towertech.it>
> Cc: ALWAYS copy <linux-ide@vger.kernel.org>
> Cc: and cc <htejun@gmail.com>
> Cc: Andre Hedrick <andre@linux-ide.org>
> Cc: ATI Inc <hyu@ati.com>
> Cc: CJ <cjtsai@ali.com.tw>
> Cc: Clear Zhang <Clear.Zhang@ali.com.tw>
> Cc: Frank Tiernan <frankt@promise.com>
> Cc: Jens Axboe <axboe@kernel.dk>
> Cc: linux-ide@vger.kernel.org
> Cc: Loc Ho <lho@apm.com>
> Cc: Mark Lord <mlord@pobox.com>
> Cc: Suman Tripathi <stripathi@apm.com>
> Cc: Tejun Heo <htejun@gmail.com>
> Cc: Tejun Heo <teheo@suse.de>
> Cc: Thibaut VARENE <varenet@parisc-linux.org>
> Cc: Tuan Phan <tphan@apm.com>

-- 
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

  parent reply	other threads:[~2021-03-03 22:06 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-01 14:39 [PATCH v2 00/20] [Set 1] Rid W=1 warnings from ATA Lee Jones
2021-02-01 14:39 ` [PATCH 01/20] ata: libata-transport: Fix some potential doc-rot issues Lee Jones
2021-02-01 14:39 ` [PATCH 02/20] ata: libata-sata: Fix function names in header comments Lee Jones
2021-02-01 14:39 ` [PATCH 03/20] ata: libata-pmp: Fix misspelling of 'val' Lee Jones
2021-02-01 14:39 ` [PATCH 04/20] ata: pata_ali: Repair some misnamed kernel-doc issues Lee Jones
2021-02-01 14:39 ` [PATCH 05/20] ata: pata_artop: Fix a function name and parameter description Lee Jones
2021-02-01 14:39 ` [PATCH 06/20] ata: pata_amd: Remove superfluous, add missing and fix broken params Lee Jones
2021-02-01 14:39 ` [PATCH 07/20] ata: pata_hpt366: Provide missing description for 'hpt366_filter()'s 'mask' param Lee Jones
2021-02-01 14:39 ` [PATCH 08/20] ata: pata_hpt37x: Fix some function misnaming and missing param issues Lee Jones
2021-02-01 14:39 ` [PATCH 09/20] ata: ahci_xgene: Fix incorrect naming of 'xgene_ahci_handle_broken_edge_irq()'s 'host' param Lee Jones
2021-02-01 14:39 ` [PATCH 10/20] ata: sata_mv: Fix worthy headers and demote others Lee Jones
2021-02-01 14:39 ` [PATCH 11/20] ata: pata_ali: Supply description for 'ali_20_filter()'s 'mask' param Lee Jones
2021-02-01 14:39 ` [PATCH 12/20] ata: pata_amd: Fix incorrectly named function in the header Lee Jones
2021-02-01 14:39 ` [PATCH 13/20] ata: pata_artop: Repair possible copy/paste issue in 'artop_6210_qc_defer()'s header Lee Jones
2021-02-01 14:39 ` [PATCH 14/20] ata: pata_atiixp: Fix a function name and supply description for 'pio' Lee Jones
2021-02-01 14:39 ` [PATCH 15/20] ata: pata_cs5520: Add a couple of missing param descriptions Lee Jones
2021-02-01 14:39 ` [PATCH 16/20] ata: pata_hpt3x2n: Fix possible doc-rotted function name Lee Jones
2021-02-01 14:39 ` [PATCH 17/20] ata: pata_marvell: Fix incorrectly documented function parameter Lee Jones
2021-02-01 14:39 ` [PATCH 18/20] ata: pata_jmicron: " Lee Jones
2021-02-01 14:39 ` [PATCH 19/20] ata: pata_optidma: Fix a function misnaming, a formatting issue and a missing description Lee Jones
2021-02-01 14:39 ` [PATCH 20/20] ata: pata_pdc2027x: Fix some incorrect function names and parameter docs Lee Jones
2021-03-03 14:26 ` Lee Jones [this message]
2021-03-04  0:41 ` [PATCH v2 00/20] [Set 1] Rid W=1 warnings from ATA Jens Axboe

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=20210303142616.GF2690909@dell \
    --to=lee.jones@linaro.org \
    --cc=Clear.Zhang@ali.com.tw \
    --cc=alan@redhat.com \
    --cc=albertcc@tw.ibm.com \
    --cc=alessandro.zummo@towertech.it \
    --cc=andre@linux-ide.org \
    --cc=axboe@kernel.dk \
    --cc=cjtsai@ali.com.tw \
    --cc=frankt@promise.com \
    --cc=htejun@gmail.com \
    --cc=hyu@ati.com \
    --cc=lho@apm.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mlord@pobox.com \
    --cc=stripathi@apm.com \
    --cc=teheo@suse.de \
    --cc=tphan@apm.com \
    --cc=varenet@parisc-linux.org \
    /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 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).