[PATCH 00/30] [Set 1] Rid W=1 warnings in SCSI

Lee Jones lee.jones at linaro.org
Wed Mar 3 14:46:01 UTC 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 (30):
  scsi: megaraid: megaraid_mm: Fix incorrect function name in header
  scsi: megaraid: megaraid_sas_base: Fix a bunch of misnamed functions
    in their headers
  scsi: fcoe: Fix function name fcoe_set_vport_symbolic_name() in
    description
  scsi: megaraid: megaraid_mbox: Fix function name
    megaraid_queue_command_lck() in description
  scsi: fcoe: fcoe_ctlr: Fix a couple of incorrectly named functions
  scsi: aic94xx: aic94xx_hwi: Fix a couple of misnamed function names
  scsi: aacraid: aachba: Fix a few incorrectly named functions
  scsi: pm8001: pm8001_init: Provide function name and fix a misspelling
  scsi: aacraid: commctrl: Fix incorrect spelling of aac_send_raw_srb()
  scsi: bnx2fc: bnx2fc_hwi: Fix typo in bnx2fc_indicate_kcqe()
  scsi: pm8001: pm8001_sas: Provide function name
    'pm8001_I_T_nexus_reset()' in header
  scsi: qla4xxx: ql4_os: Fix formatting issues - missing '-' and '_'
  scsi: pm8001: pm8001_ctl: Fix incorrectly named functions in headers
  scsi: aic94xx: aic94xx_sds: Fix asd_erase_nv_sector()'s header
  scsi: qla2xxx: qla_iocb: Replace __qla2x00_marker()'s missing
    underscores
  scsi: aacraid: commsup: Repair formatting issue in
    aac_handle_sa_aif()'s header
  scsi: lpfc: lpfc_sli: Fix a bunch of kernel-doc issues
  scsi: pm8001: pm8001_hwi: Fix some misnamed function descriptions
  scsi: qla4xxx: ql4_mbx: Fix kernel-doc formatting and misnaming issue
  scsi: bnx2fc: bnx2fc_tgt: Fix misnaming of bnx2fc_free_session_resc()
  scsi: aic94xx: aic94xx_dump: Remove code that has been unused for at
    least 13 years
  scsi: pm8001: pm80xx_hwi: Fix a bunch of doc-rotted function headers
  scsi: qla2xxx: qla_gs: Fix some incorrect formatting/spelling issues
  scsi: aacraid: rx: Fix misspelling of _aac_rx_init()
  scsi: lpfc: lpfc_ct: Fix formatting and misspelling issues
  scsi: libfc: fc_lport: Fix some possible copy/paste issues
  scsi: lpfc: lpfc_hbadisc: Fix incorrect naming of
    __lpfc_update_fcf_record()
  scsi: mpt3sas: mpt3sas_base: Fix misspelling of
    _base_put_smid_default_atomic()
  scsi: lpfc: lpfc_nportdisc: Fix misspelling of lpfc_defer_acc_rsp()
  scsi: mpt3sas: mpt3sas_scs: Move a little data from the stack onto the
    heap

 drivers/scsi/aacraid/aachba.c             |   8 +-
 drivers/scsi/aacraid/commctrl.c           |   2 +-
 drivers/scsi/aacraid/commsup.c            |   4 +-
 drivers/scsi/aacraid/rx.c                 |   2 +-
 drivers/scsi/aic94xx/aic94xx_dump.c       | 184 ----------------------
 drivers/scsi/aic94xx/aic94xx_hwi.c        |   4 +-
 drivers/scsi/aic94xx/aic94xx_sds.c        |   2 +-
 drivers/scsi/bnx2fc/bnx2fc_hwi.c          |   2 +-
 drivers/scsi/bnx2fc/bnx2fc_tgt.c          |   2 +-
 drivers/scsi/fcoe/fcoe.c                  |   2 +-
 drivers/scsi/fcoe/fcoe_ctlr.c             |   4 +-
 drivers/scsi/libfc/fc_lport.c             |  12 +-
 drivers/scsi/lpfc/lpfc_ct.c               |  12 +-
 drivers/scsi/lpfc/lpfc_hbadisc.c          |   2 +-
 drivers/scsi/lpfc/lpfc_nportdisc.c        |   2 +-
 drivers/scsi/lpfc/lpfc_sli.c              |  12 +-
 drivers/scsi/megaraid/megaraid_mbox.c     |   2 +-
 drivers/scsi/megaraid/megaraid_mm.c       |   2 +-
 drivers/scsi/megaraid/megaraid_sas_base.c |  11 +-
 drivers/scsi/mpt3sas/mpt3sas_base.c       |   2 +-
 drivers/scsi/mpt3sas/mpt3sas_scsih.c      |  38 +++--
 drivers/scsi/pm8001/pm8001_ctl.c          |   4 +-
 drivers/scsi/pm8001/pm8001_hwi.c          |   8 +-
 drivers/scsi/pm8001/pm8001_init.c         |   4 +-
 drivers/scsi/pm8001/pm8001_sas.c          |   1 +
 drivers/scsi/pm8001/pm80xx_hwi.c          |  18 +--
 drivers/scsi/qla2xxx/qla_gs.c             |  10 +-
 drivers/scsi/qla2xxx/qla_iocb.c           |   2 +-
 drivers/scsi/qla4xxx/ql4_mbx.c            |   4 +-
 drivers/scsi/qla4xxx/ql4_os.c             |   4 +-
 30 files changed, 99 insertions(+), 267 deletions(-)

Cc: Adaptec OEM Raid Solutions <aacraid at microsemi.com>
Cc: Atul Mukker <Atul.Mukker at lsi.com>
Cc: "Christian König" <christian.koenig at amd.com>
Cc: David Chaw <david_chaw at adaptec.com>
Cc: Dick Kennedy <dick.kennedy at broadcom.com>
Cc: dri-devel at lists.freedesktop.org
Cc: GR-QLogic-Storage-Upstream at marvell.com
Cc: "Gustavo A. R. Silva" <gustavoars at kernel.org>
Cc: Hannes Reinecke <hare at suse.de>
Cc: Jack Wang <jinpu.wang at cloud.ionos.com>
Cc: "James E.J. Bottomley" <jejb at linux.ibm.com>
Cc: James Smart <james.smart at broadcom.com>
Cc: Jason Yan <yanaijie at huawei.com>
Cc: Javed Hasan <jhasan at marvell.com>
Cc: John Garry <john.garry at huawei.com>
Cc: Kashyap Desai <kashyap.desai at broadcom.com>
Cc: Kumar Santhanam <AnandKumar.Santhanam at pmcs.com>
Cc: Lee Jones <lee.jones at linaro.org>
Cc: linaro-mm-sig at lists.linaro.org
Cc: linux-media at vger.kernel.org
Cc: linux-scsi at vger.kernel.org
Cc: Luben Tuikov <luben_tuikov at adaptec.com>
Cc: Manish Rangankar <mrangankar at marvell.com>
Cc: Manoj Jose <Manoj.Jose at lsi.com>
Cc: "Martin K. Petersen" <martin.petersen at oracle.com>
Cc: megaraidlinux at lsi.com
Cc: megaraidlinux.pdl at broadcom.com
Cc: MPT-FusionLinux.pdl at avagotech.com
Cc: MPT-FusionLinux.pdl at broadcom.com
Cc: Nikith Ganigarakoppal <Nikith.Ganigarakoppal at pmcs.com>
Cc: Nilesh Javali <njavali at marvell.com>
Cc: "PMC-Sierra, Inc" <aacraid at pmc-sierra.com>
Cc: Prakash Gollapudi <bprakash at broadcom.com>
Cc: Sangeetha Gnanasekaran <Sangeetha.Gnanasekaran at pmcs.com>
Cc: Sathya Prakash <sathya.prakash at broadcom.com>
Cc: Saurav Kashyap <skashyap at marvell.com>
Cc: Shivasharan S <shivasharan.srikanteshwara at broadcom.com>
Cc: Sreekanth Reddy <sreekanth.reddy at broadcom.com>
Cc: Sreenivas Bagalkote <Sreenivas.Bagalkote at lsi.com>
Cc: Suganath Prabu Subramani <suganath-prabu.subramani at broadcom.com>
Cc: Sumit Saxena <sumit.saxena at broadcom.com>
Cc: Sumit Semwal <sumit.semwal at linaro.org>
-- 
2.27.0



More information about the dri-devel mailing list