From: Lee Jones <lee.jones@linaro.org>
To: linux-kernel@vger.kernel.org, Adam Radford <aradford@gmail.com>,
Alan Cox <alan@lxorguk.ukuu.org.uk>,
Andre Hedrick <andre@suse.com>,
Anil Gurumurthy <anil.gurumurthy@qlogic.com>,
Artur Paszkiewicz <artur.paszkiewicz@intel.com>,
Bas Vermeulen <bvermeul@blackstar.xs4all.nl>,
Bradley Grove <linuxdrivers@attotech.com>,
Brian Macy <bmacy@sunshinecomputing.com>,
c by <James.Bottomley@steeleye.com>,
Christoph Hellwig <hch@lst.de>,
David Chaw <david_chaw@adaptec.com>,
de Melo <acme@conectiva.com.br>,
Doug Ledford <dledford@redhat.com>,
GOTO Masanori <gotom@debian.or.jp>,
gotom@debian.org, Hannes Reinecke <hare@kernel.org>,
"James E.J. Bottomley" <jejb@linux.ibm.com>,
Joel Jacobson <linux@3ware.com>,
Khalid Aziz <khalid@gonehiking.org>,
"Leonard N. Zubkoff" <lnz@dandelion.com>,
Linux GmbH <hare@suse.com>,
linux-scsi@vger.kernel.org,
Luben Tuikov <luben_tuikov@adaptec.com>,
"Martin K. Petersen" <martin.petersen@oracle.com>,
MPT-FusionLinux.pdl@avagotech.com,
MPT-FusionLinux.pdl@broadcom.com,
Richard Hirst <richard@sleepie.demon.co.uk>,
Sathya Prakash <sathya.prakash@broadcom.com>,
Sreekanth Reddy <sreekanth.reddy@broadcom.com>,
Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>,
Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>,
YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
Subject: Re: [PATCH 00/18] [Set 3] Rid W=1 warnings in SCSI
Date: Wed, 17 Mar 2021 09:05:12 +0000 [thread overview]
Message-ID: <20210317090512.GI701493@dell> (raw)
In-Reply-To: <20210317085701.2891231-1-lee.jones@linaro.org>
On Wed, 17 Mar 2021, Lee Jones wrote:
> MIME-Version: 1.0
> Content-Type: text/plain; charset=UTF-8
> Content-Transfer-Encoding: 8bit
>
> This set contains functional changes.
>
> 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 (18):
> scsi: aic94xx: aic94xx_dump: Remove code that has been unused for at
> least 13 years
> scsi: mpt3sas: mpt3sas_scs: Move a little data from the stack onto the
> heap
> scsi: bfa: bfa_fcs_lport: Move a large struct from the stack onto the
> heap
> scsi: esas2r: esas2r_log: Supply __printf(x, y) formatting for
> esas2r_log_master()
> scsi: BusLogic: Supply __printf(x, y) formatting for blogic_msg()
> scsi: nsp32: Supply __printf(x, y) formatting for nsp32_message()
> scsi: initio: Remove unused variable 'prev'
> scsi: a100u2w: Remove unused variable 'bios_phys'
> scsi: myrs: Remove a couple of unused 'status' variables
> scsi: 3w-xxxx: Remove 2 unused variables 'response_que_value' and
> 'tw_dev'
> scsi: 3w-9xxx: Remove a few set but unused variables
> scsi: 3w-sas: Remove unused variables 'sglist' and 'tw_dev'
> scsi: nsp32: Remove or exclude unused variables
> scsi: FlashPoint: Remove unused variable 'TID' from
> 'FlashPoint_AbortCCB()'
> scsi: sim710: Remove unused variable 'err' from sim710_init()
> scsi: isci: port: Make local function 'port_state_name()' static
> scsi: isci: remote_device: Make local function
> isci_remote_device_wait_for_resume_from_abort() static
> scsi: nsp32: Correct expected types in debug print formatting
Oh dear! Looks like I also took functional patches from sets that
have already been sent out.
Please silently disregard this set. Sorry for the noise.
--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
prev parent reply other threads:[~2021-03-17 9:06 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-17 8:56 [PATCH 00/18] [Set 3] Rid W=1 warnings in SCSI Lee Jones
2021-03-17 8:56 ` [PATCH 01/18] scsi: aic94xx: aic94xx_dump: Remove code that has been unused for at least 13 years Lee Jones
2021-03-17 8:56 ` [PATCH 02/18] scsi: mpt3sas: mpt3sas_scs: Move a little data from the stack onto the heap Lee Jones
2021-03-17 8:56 ` [PATCH 03/18] scsi: bfa: bfa_fcs_lport: Move a large struct " Lee Jones
2021-03-17 8:56 ` [PATCH 04/18] scsi: esas2r: esas2r_log: Supply __printf(x, y) formatting for esas2r_log_master() Lee Jones
2021-03-17 8:56 ` [PATCH 05/18] scsi: BusLogic: Supply __printf(x, y) formatting for blogic_msg() Lee Jones
2021-03-17 8:56 ` [PATCH 06/18] scsi: nsp32: Supply __printf(x, y) formatting for nsp32_message() Lee Jones
2021-03-17 8:56 ` [PATCH 07/18] scsi: initio: Remove unused variable 'prev' Lee Jones
2021-03-17 8:56 ` [PATCH 08/18] scsi: a100u2w: Remove unused variable 'bios_phys' Lee Jones
2021-03-17 8:56 ` [PATCH 09/18] scsi: myrs: Remove a couple of unused 'status' variables Lee Jones
2021-03-17 8:56 ` [PATCH 10/18] scsi: 3w-xxxx: Remove 2 unused variables 'response_que_value' and 'tw_dev' Lee Jones
2021-03-17 8:56 ` [PATCH 11/18] scsi: 3w-9xxx: Remove a few set but unused variables Lee Jones
2021-03-17 8:56 ` [PATCH 12/18] scsi: 3w-sas: Remove unused variables 'sglist' and 'tw_dev' Lee Jones
2021-03-17 8:56 ` [PATCH 13/18] scsi: nsp32: Remove or exclude unused variables Lee Jones
2021-03-17 8:56 ` [PATCH 14/18] scsi: FlashPoint: Remove unused variable 'TID' from 'FlashPoint_AbortCCB()' Lee Jones
2021-03-17 8:56 ` [PATCH 15/18] scsi: sim710: Remove unused variable 'err' from sim710_init() Lee Jones
2021-03-17 8:56 ` [PATCH 16/18] scsi: isci: port: Make local function 'port_state_name()' static Lee Jones
2021-03-17 8:57 ` [PATCH 17/18] scsi: isci: remote_device: Make local function isci_remote_device_wait_for_resume_from_abort() static Lee Jones
2021-03-17 8:57 ` [PATCH 18/18] scsi: nsp32: Correct expected types in debug print formatting Lee Jones
2021-03-17 9:05 ` Lee Jones [this message]
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=20210317090512.GI701493@dell \
--to=lee.jones@linaro.org \
--cc=James.Bottomley@steeleye.com \
--cc=MPT-FusionLinux.pdl@avagotech.com \
--cc=MPT-FusionLinux.pdl@broadcom.com \
--cc=acme@conectiva.com.br \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=andre@suse.com \
--cc=anil.gurumurthy@qlogic.com \
--cc=aradford@gmail.com \
--cc=artur.paszkiewicz@intel.com \
--cc=bmacy@sunshinecomputing.com \
--cc=bvermeul@blackstar.xs4all.nl \
--cc=david_chaw@adaptec.com \
--cc=dledford@redhat.com \
--cc=gotom@debian.or.jp \
--cc=gotom@debian.org \
--cc=hare@kernel.org \
--cc=hare@suse.com \
--cc=hch@lst.de \
--cc=jejb@linux.ibm.com \
--cc=khalid@gonehiking.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=linux@3ware.com \
--cc=linuxdrivers@attotech.com \
--cc=lnz@dandelion.com \
--cc=luben_tuikov@adaptec.com \
--cc=martin.petersen@oracle.com \
--cc=richard@sleepie.demon.co.uk \
--cc=sathya.prakash@broadcom.com \
--cc=sreekanth.reddy@broadcom.com \
--cc=sudarsana.kalluru@qlogic.com \
--cc=suganath-prabu.subramani@broadcom.com \
--cc=yokota@netlab.is.tsukuba.ac.jp \
/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.