mbox series

[v2,00/12] A series of small SCSI patches

Message ID 20211129194609.3466071-1-bvanassche@acm.org
Headers show
Series A series of small SCSI patches | expand

Message

Bart Van Assche Nov. 29, 2021, 7:45 p.m. UTC
Hi Martin,

This patch series fixes a number of static checker warnings. Most of these
patches fix warnings introduced during the merge window.

Please consider these patches for kernel v5.17.

Thanks,

Bart.

Changes compared to v1:
- Dropped one patch since it is already upstream.
- Updated Acked-by / Reviewed-by tags.

Bart Van Assche (12):
  scsi: core: Suppress a kernel-doc warning
  scsi: core: Declare 'scsi_scan_type' static
  scsi: core: Show SCMD_LAST in text form
  scsi: a100u2w: Fix a kernel-doc warning
  scsi: atp870u: Fix a kernel-doc warning
  scsi: bfa: Declare 'bfad_im_vport_attrs' static
  scsi: dc395x: Fix a kernel-doc warning
  scsi: initio: Fix a kernel-doc warning
  scsi: megaraid: Fix a kernel-doc warning
  scsi: pm8001: Fix kernel-doc warnings
  scsi: pmcraid: Fix a kernel-doc warning
  scsi: Remove superfluous #include <linux/async.h> directives

 drivers/scsi/a100u2w.c                |  2 --
 drivers/scsi/atp870u.c                |  1 -
 drivers/scsi/bfa/bfad_attr.c          |  2 +-
 drivers/scsi/dc395x.c                 |  3 +--
 drivers/scsi/hisi_sas/hisi_sas.h      |  1 -
 drivers/scsi/initio.c                 |  2 --
 drivers/scsi/libsas/sas_discover.c    |  1 -
 drivers/scsi/megaraid/megaraid_mbox.c |  1 -
 drivers/scsi/pm8001/pm8001_ctl.c      | 24 ++++++++++++------------
 drivers/scsi/pmcraid.c                |  1 -
 drivers/scsi/scsi.c                   |  1 -
 drivers/scsi/scsi_debugfs.c           |  1 +
 drivers/scsi/scsi_pm.c                |  1 -
 drivers/scsi/scsi_priv.h              |  1 -
 drivers/scsi/scsi_scan.c              |  4 ++--
 drivers/scsi/sd.c                     |  1 -
 drivers/scsi/ufs/ufshpb.c             |  1 -
 17 files changed, 17 insertions(+), 31 deletions(-)

Comments

Martin K. Petersen Dec. 3, 2021, 3:03 a.m. UTC | #1
On Mon, 29 Nov 2021 11:45:57 -0800, Bart Van Assche wrote:

> This patch series fixes a number of static checker warnings. Most of these
> patches fix warnings introduced during the merge window.
> 
> Please consider these patches for kernel v5.17.
> 
> Thanks,
> 
> [...]

Applied to 5.17/scsi-queue, thanks!

[01/12] scsi: core: Suppress a kernel-doc warning
        https://git.kernel.org/mkp/scsi/c/776141dda77f
[02/12] scsi: core: Declare 'scsi_scan_type' static
        https://git.kernel.org/mkp/scsi/c/7cc5aad6c98e
[03/12] scsi: core: Show SCMD_LAST in text form
        https://git.kernel.org/mkp/scsi/c/3369046e54ca
[04/12] scsi: a100u2w: Fix a kernel-doc warning
        https://git.kernel.org/mkp/scsi/c/332053e87cda
[05/12] scsi: atp870u: Fix a kernel-doc warning
        https://git.kernel.org/mkp/scsi/c/471d6840559a
[06/12] scsi: bfa: Declare 'bfad_im_vport_attrs' static
        https://git.kernel.org/mkp/scsi/c/69e623791eb3
[07/12] scsi: dc395x: Fix a kernel-doc warning
        https://git.kernel.org/mkp/scsi/c/013d14eafd5c
[08/12] scsi: initio: Fix a kernel-doc warning
        https://git.kernel.org/mkp/scsi/c/0addfa587797
[09/12] scsi: megaraid: Fix a kernel-doc warning
        https://git.kernel.org/mkp/scsi/c/acad9c432499
[10/12] scsi: pm8001: Fix kernel-doc warnings
        https://git.kernel.org/mkp/scsi/c/d6e71a43b11c
[11/12] scsi: pmcraid: Fix a kernel-doc warning
        https://git.kernel.org/mkp/scsi/c/b558fa11e4b5
[12/12] scsi: Remove superfluous #include <linux/async.h> directives
        https://git.kernel.org/mkp/scsi/c/db33028647a3