Message ID | 20210317091230.2912389-1-lee.jones@linaro.org |
---|---|
Headers | show |
Series | Rid W=1 warnings in SCSI | expand |
Lee, > 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. Applied to 5.13/scsi-staging, thanks! I fixed a few little things. -- Martin K. Petersen Oracle Linux Engineering
On Thu, 18 Mar 2021, Martin K. Petersen wrote: > > Lee, > > > 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. > > Applied to 5.13/scsi-staging, thanks! I fixed a few little things. Thanks for your continued support Martin. -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog
On Wed, 17 Mar 2021 09:11:54 +0000, 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. > > Lee Jones (36): > scsi: myrb: Demote non-conformant kernel-doc headers and fix others > scsi: ipr: Fix incorrect function names in their headers > scsi: mvumi: Fix formatting and doc-rot issues > scsi: sd_zbc: Place function name into header > scsi: pmcraid: Fix a whole host of kernel-doc issues > scsi: sd: Fix function name in header > scsi: aic94xx: aic94xx_dump: Correct misspelling of function > asd_dump_seq_state() > scsi: be2iscsi: be_main: Ensure function follows directly after its > header > scsi: dc395x: Fix some function param descriptions > scsi: initio: Fix a few kernel-doc misdemeanours > scsi: a100u2w: Fix some misnaming and formatting issues > scsi: myrs: Add missing ':' to make the kernel-doc checker happy > scsi: pmcraid: Correct function name pmcraid_show_adapter_id() in > header > scsi: mpt3sas: mpt3sas_scs: Fix a few kernel-doc issues > scsi: be2iscsi: be_main: Demote incomplete/non-conformant kernel-doc > header > scsi: isci: phy: Fix a few different kernel-doc related issues > scsi: fnic: fnic_scsi: Demote non-conformant kernel-doc headers > scsi: fnic: fnic_fcs: Kernel-doc headers must contain the function > name > scsi: isci: phy: Provide function name and demote non-conforming > header > scsi: isci: request: Fix a myriad of kernel-doc issues > scsi: isci: host: Fix bunch of kernel-doc related issues > scsi: isci: task: Demote non-conformant header and remove superfluous > param > scsi: isci: remote_node_table: Fix a bunch of kernel-doc misdemeanours > scsi: isci: remote_node_context: Fix one function header and demote a > couple more > scsi: isci: port_config: Fix a bunch of doc-rot and demote abuses > scsi: isci: remote_device: Fix a bunch of doc-rot issues > scsi: isci: request: Fix doc-rot issue relating to 'ireq' param > scsi: isci: port: Fix a bunch of kernel-doc issues > scsi: isci: remote_node_context: Demote kernel-doc abuse > scsi: isci: remote_node_table: Provide some missing params and remove > others > scsi: cxlflash: main: Fix a little do-rot > scsi: cxlflash: superpipe: Fix a few misnaming issues > scsi: ibmvscsi: Fix a bunch of kernel-doc related issues > scsi: ibmvscsi: ibmvfc: Fix a bunch of misdocumentation > scsi: ibmvscsi_tgt: ibmvscsi_tgt: Remove duplicate section 'NOTE' > scsi: cxlflash: vlun: Fix some misnaming related doc-rot > > [...] Applied to 5.13/scsi-queue, thanks! [01/36] scsi: myrb: Demote non-conformant kernel-doc headers and fix others https://git.kernel.org/mkp/scsi/c/12a1b740f225 [02/36] scsi: ipr: Fix incorrect function names in their headers https://git.kernel.org/mkp/scsi/c/637b5c3ebc1c [03/36] scsi: mvumi: Fix formatting and doc-rot issues https://git.kernel.org/mkp/scsi/c/5ccd626516e1 [04/36] scsi: sd_zbc: Place function name into header https://git.kernel.org/mkp/scsi/c/59863cb53d80 [05/36] scsi: pmcraid: Fix a whole host of kernel-doc issues https://git.kernel.org/mkp/scsi/c/3673b7b0007b [06/36] scsi: sd: Fix function name in header https://git.kernel.org/mkp/scsi/c/ad907c54e36f [07/36] scsi: aic94xx: aic94xx_dump: Correct misspelling of function asd_dump_seq_state() https://git.kernel.org/mkp/scsi/c/3e2f4679ea03 [08/36] scsi: be2iscsi: be_main: Ensure function follows directly after its header https://git.kernel.org/mkp/scsi/c/f1d50e8ee5c9 [09/36] scsi: dc395x: Fix some function param descriptions https://git.kernel.org/mkp/scsi/c/33c8ef953ece [10/36] scsi: initio: Fix a few kernel-doc misdemeanours https://git.kernel.org/mkp/scsi/c/100ec495e01e [11/36] scsi: a100u2w: Fix some misnaming and formatting issues https://git.kernel.org/mkp/scsi/c/c548a6250627 [12/36] scsi: myrs: Add missing ':' to make the kernel-doc checker happy https://git.kernel.org/mkp/scsi/c/9eb292eb2ef7 [13/36] scsi: pmcraid: Correct function name pmcraid_show_adapter_id() in header https://git.kernel.org/mkp/scsi/c/a364a147b1dc [14/36] scsi: mpt3sas: mpt3sas_scs: Fix a few kernel-doc issues https://git.kernel.org/mkp/scsi/c/a8d548b0b3ee [15/36] scsi: be2iscsi: be_main: Demote incomplete/non-conformant kernel-doc header https://git.kernel.org/mkp/scsi/c/a90a8c607570 [16/36] scsi: isci: phy: Fix a few different kernel-doc related issues https://git.kernel.org/mkp/scsi/c/6af1d9bd9051 [17/36] scsi: fnic: fnic_scsi: Demote non-conformant kernel-doc headers https://git.kernel.org/mkp/scsi/c/c7eab0704c30 [18/36] scsi: fnic: fnic_fcs: Kernel-doc headers must contain the function name https://git.kernel.org/mkp/scsi/c/2efd8631d6a5 [19/36] scsi: isci: phy: Provide function name and demote non-conforming header https://git.kernel.org/mkp/scsi/c/6ab7ca5139b7 [20/36] scsi: isci: request: Fix a myriad of kernel-doc issues https://git.kernel.org/mkp/scsi/c/db35a0835357 [21/36] scsi: isci: host: Fix bunch of kernel-doc related issues https://git.kernel.org/mkp/scsi/c/44b7ca966128 [22/36] scsi: isci: task: Demote non-conformant header and remove superfluous param https://git.kernel.org/mkp/scsi/c/0afdee03f2e7 [23/36] scsi: isci: remote_node_table: Fix a bunch of kernel-doc misdemeanours https://git.kernel.org/mkp/scsi/c/103d61927ed3 [24/36] scsi: isci: remote_node_context: Fix one function header and demote a couple more https://git.kernel.org/mkp/scsi/c/ad276048f1bc [25/36] scsi: isci: port_config: Fix a bunch of doc-rot and demote abuses https://git.kernel.org/mkp/scsi/c/29faa5ce26ae [26/36] scsi: isci: remote_device: Fix a bunch of doc-rot issues https://git.kernel.org/mkp/scsi/c/242e15d7a4f4 [27/36] scsi: isci: request: Fix doc-rot issue relating to 'ireq' param https://git.kernel.org/mkp/scsi/c/a8604e44514d [28/36] scsi: isci: port: Fix a bunch of kernel-doc issues https://git.kernel.org/mkp/scsi/c/7292a8b039c5 [29/36] scsi: isci: remote_node_context: Demote kernel-doc abuse https://git.kernel.org/mkp/scsi/c/d2d480f132e8 [30/36] scsi: isci: remote_node_table: Provide some missing params and remove others https://git.kernel.org/mkp/scsi/c/188f513dd22c [31/36] scsi: cxlflash: main: Fix a little do-rot https://git.kernel.org/mkp/scsi/c/cf0ad7a15ac5 [32/36] scsi: cxlflash: superpipe: Fix a few misnaming issues https://git.kernel.org/mkp/scsi/c/32b3edfd28f8 [33/36] scsi: ibmvscsi: Fix a bunch of kernel-doc related issues https://git.kernel.org/mkp/scsi/c/841d7df0d416 [34/36] scsi: ibmvscsi: ibmvfc: Fix a bunch of misdocumentation https://git.kernel.org/mkp/scsi/c/dd9c77297148 [35/36] scsi: ibmvscsi_tgt: ibmvscsi_tgt: Remove duplicate section 'NOTE' https://git.kernel.org/mkp/scsi/c/cba3ebfc008e [36/36] scsi: cxlflash: vlun: Fix some misnaming related doc-rot https://git.kernel.org/mkp/scsi/c/a690baa47fd1 -- Martin K. Petersen Oracle Linux Engineering