public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jason Gunthorpe <jgg@nvidia.com>
To: Lee Jones <lee.jones@linaro.org>
Cc: <linux-kernel@vger.kernel.org>,
	Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>,
	Doug Ledford <dledford@redhat.com>,
	Gal Pressman <galpress@amazon.com>, Intel <ibsupport@intel.com>,
	Leon Romanovsky <leon@kernel.org>, Lijun Ou <oulijun@huawei.com>,
	<linux-rdma@vger.kernel.org>,
	Mike Marciniszyn <mike.marciniszyn@cornelisnetworks.com>,
	Nenglong Zhao <zhaonenglong@hisilicon.com>,
	Weihang Li <liweihang@huawei.com>,
	Wei Hu <xavier.huwei@huawei.com>,
	Yossi Leybovich <sleybo@amazon.com>
Subject: Re: [PATCH 00/30] [Set 2] Rid W=1 warnings from Infiniband
Date: Fri, 22 Jan 2021 14:57:18 -0400	[thread overview]
Message-ID: <20210122185718.GA1331430@nvidia.com> (raw)
In-Reply-To: <20210121094519.2044049-1-lee.jones@linaro.org>

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

      parent reply	other threads:[~2021-01-22 19:35 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-21  9:44 [PATCH 00/30] [Set 2] Rid W=1 warnings from Infiniband Lee Jones
2021-01-21  9:44 ` [PATCH 01/30] RDMA/hw/mlx5/odp: Fix formatting and add missing descriptions in 'pagefault_data_segments()' Lee Jones
2021-01-21 17:47   ` Leon Romanovsky
2021-01-21  9:44 ` [PATCH 02/30] RDMA/hw/mlx5/qp: Demote non-conformant kernel-doc header Lee Jones
2021-01-21 17:47   ` Leon Romanovsky
2021-01-21  9:44 ` [PATCH 03/30] RDMA/hw/efa/efa_com: Stop using param description notation for non-params Lee Jones
2021-01-21 13:14   ` Gal Pressman
2021-01-21  9:44 ` [PATCH 04/30] RDMA/hw/hns/hns_roce_hw_v1: Fix doc-rot issue relating to 'rereset' Lee Jones
2021-01-21  9:44 ` [PATCH 05/30] RDMA/hw/hns/hns_roce_mr: Add missing description for 'hr_dev' param Lee Jones
2021-01-21  9:44 ` [PATCH 06/30] RDMA/hw/qib/qib_driver: Fix misspelling in 'ppd's param description Lee Jones
2021-01-21  9:44 ` [PATCH 07/30] RDMA/sw/rdmavt/vt: Fix formatting issue and update description for 'context' Lee Jones
2021-01-21  9:44 ` [PATCH 08/30] RDMA/hw/qib/qib_eeprom: Fix misspelling of 'buff' in 'qib_eeprom_{read,write}()' Lee Jones
2021-01-21  9:44 ` [PATCH 09/30] RDMA/hw/qib/qib_mad: Fix a few misspellings and supply missing descriptions Lee Jones
2021-01-21  9:44 ` [PATCH 10/30] RDMA/hw/qib/qib_intr: Fix a bunch of formatting issues Lee Jones
2021-01-21  9:45 ` [PATCH 11/30] RDMA/hw/qib/qib_pcie: Demote obvious kernel-doc abuse Lee Jones
2021-01-21  9:45 ` [PATCH 12/30] RDMA/hw/qib/qib_qp: Fix some issues in worthy kernel-doc headers and demote another Lee Jones
2021-01-21  9:45 ` [PATCH 13/30] RDMA/sw/rdmavt/cq: Demote hardly complete kernel-doc header Lee Jones
2021-01-21  9:45 ` [PATCH 14/30] RDMA/hw/qib/qib_rc: Fix some worthy kernel-docs demote hardly complete one Lee Jones
2021-01-21  9:45 ` [PATCH 15/30] RDMA/hw/hfi1/chip: Fix a bunch of kernel-doc formatting and spelling issues Lee Jones
2021-01-21  9:45 ` [PATCH 16/30] RDMA/hw/qib/qib_twsi: Provide description for missing param 'last' Lee Jones
2021-01-21  9:45 ` [PATCH 17/30] RDMA/hw/qib/qib_tx: Provide description for 'qib_chg_pioavailkernel()'s 'rcd' param Lee Jones
2021-01-21  9:45 ` [PATCH 18/30] RDMA/hw/qib/qib_uc: Provide description for missing 'flags' param Lee Jones
2021-01-21  9:45 ` [PATCH 19/30] RDMA/hw/qib/qib_ud: Provide description for 'qib_make_ud_req's " Lee Jones
2021-01-21  9:45 ` [PATCH 20/30] RDMA/sw/rdmavt/mad: Fix 'rvt_process_mad()'s documentation header Lee Jones
2021-01-21  9:45 ` [PATCH 21/30] RDMA/hw/qib/qib_user_pages: Demote non-conformant " Lee Jones
2021-01-21  9:45 ` [PATCH 22/30] RDMA/sw/rdmavt/mcast: Demote incomplete kernel-doc header Lee Jones
2021-01-21  9:45 ` [PATCH 23/30] RDMA/hw/hfi1/exp_rcv: Fix some kernel-doc formatting issues Lee Jones
2021-01-21  9:45 ` [PATCH 24/30] RDMA/hw/qib/qib_iba7220: Fix some kernel-doc issues Lee Jones
2021-01-21  9:45 ` [PATCH 25/30] RDMA/hw/hfi1/file_ops: Fix' manage_rcvq()'s 'arg' param Lee Jones
2021-01-21  9:45 ` [PATCH 26/30] RDMA/sw/rdmavt/mr: Fix some issues related to formatting and missing descriptions Lee Jones
2021-01-21  9:45 ` [PATCH 27/30] RDMA/hw/qib/qib_iba7322: Fix a bunch of copy/paste issues Lee Jones
2021-01-21  9:45 ` [PATCH 28/30] RDMA/hw/qib/qib_verbs: Repair some formatting problems Lee Jones
2021-01-21  9:45 ` [PATCH 29/30] RDMA/hw/qib/qib_iba6120: Fix some repeated (copy/paste) kernel-doc issues Lee Jones
2021-01-21  9:45 ` [PATCH 30/30] RDMA/sw/rdmavt/qp: Fix a bunch of kernel-doc misdemeanours Lee Jones
2021-01-22 18:57 ` Jason Gunthorpe [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=20210122185718.GA1331430@nvidia.com \
    --to=jgg@nvidia.com \
    --cc=dennis.dalessandro@cornelisnetworks.com \
    --cc=dledford@redhat.com \
    --cc=galpress@amazon.com \
    --cc=ibsupport@intel.com \
    --cc=lee.jones@linaro.org \
    --cc=leon@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=liweihang@huawei.com \
    --cc=mike.marciniszyn@cornelisnetworks.com \
    --cc=oulijun@huawei.com \
    --cc=sleybo@amazon.com \
    --cc=xavier.huwei@huawei.com \
    --cc=zhaonenglong@hisilicon.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox