Re: [PATCH 00/30] [Set 2] Rid W=1 warnings from Infiniband

From: Jason Gunthorpe
Date: Fri Jan 22 2021 - 14:38:19 EST


On Thu, Jan 21, 2021 at 09:44:49AM +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.
>
> This is set 2 of 3 (hopefully) sets required to fully clean-up.
>
> Lee Jones (30):
> RDMA/hw/mlx5/odp: Fix formatting and add missing descriptions in
> 'pagefault_data_segments()'
> RDMA/hw/mlx5/qp: Demote non-conformant kernel-doc header
> RDMA/hw/efa/efa_com: Stop using param description notation for
> non-params
> RDMA/hw/hns/hns_roce_hw_v1: Fix doc-rot issue relating to 'rereset'
> RDMA/hw/hns/hns_roce_mr: Add missing description for 'hr_dev' param
> RDMA/hw/qib/qib_driver: Fix misspelling in 'ppd's param description
> RDMA/sw/rdmavt/vt: Fix formatting issue and update description for
> 'context'
> RDMA/hw/qib/qib_eeprom: Fix misspelling of 'buff' in
> 'qib_eeprom_{read,write}()'
> RDMA/hw/qib/qib_mad: Fix a few misspellings and supply missing
> descriptions
> RDMA/hw/qib/qib_intr: Fix a bunch of formatting issues
> RDMA/hw/qib/qib_pcie: Demote obvious kernel-doc abuse
> RDMA/hw/qib/qib_qp: Fix some issues in worthy kernel-doc headers and
> demote another
> RDMA/sw/rdmavt/cq: Demote hardly complete kernel-doc header
> RDMA/hw/qib/qib_rc: Fix some worthy kernel-docs demote hardly complete
> one
> RDMA/hw/hfi1/chip: Fix a bunch of kernel-doc formatting and spelling
> issues
> RDMA/hw/qib/qib_twsi: Provide description for missing param 'last'
> RDMA/hw/qib/qib_tx: Provide description for
> 'qib_chg_pioavailkernel()'s 'rcd' param
> RDMA/hw/qib/qib_uc: Provide description for missing 'flags' param
> RDMA/hw/qib/qib_ud: Provide description for 'qib_make_ud_req's 'flags'
> param
> RDMA/sw/rdmavt/mad: Fix 'rvt_process_mad()'s documentation header
> RDMA/hw/qib/qib_user_pages: Demote non-conformant documentation header
> RDMA/sw/rdmavt/mcast: Demote incomplete kernel-doc header
> RDMA/hw/hfi1/exp_rcv: Fix some kernel-doc formatting issues
> RDMA/hw/qib/qib_iba7220: Fix some kernel-doc issues
> RDMA/hw/hfi1/file_ops: Fix' manage_rcvq()'s 'arg' param
> RDMA/sw/rdmavt/mr: Fix some issues related to formatting and missing
> descriptions
> RDMA/hw/qib/qib_iba7322: Fix a bunch of copy/paste issues
> RDMA/hw/qib/qib_verbs: Repair some formatting problems
> RDMA/hw/qib/qib_iba6120: Fix some repeated (copy/paste) kernel-doc
> issues
> RDMA/sw/rdmavt/qp: Fix a bunch of kernel-doc misdemeanours

Applied to for-next, thanks

Jason