mbox series

[00/20] Rid W=1 warnings from Infinibad

Message ID 20210118223929.512175-1-lee.jones@linaro.org (mailing list archive)
Headers show
Series Rid W=1 warnings from Infinibad | expand

Message

Lee Jones Jan. 18, 2021, 10:39 p.m. UTC
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 1 of either 2 or 3 sets required to fully clean-up.

Lee Jones (20):
  RDMA/hw: i40iw_hmc: Fix misspellings of '*idx' args
  RDMA/core: device: Fix formatting in worthy kernel-doc header and
    demote another
  RDMA/hw/i40iw/i40iw_ctrl: Fix a bunch of misspellings and formatting
    issues
  RDMA/hw/i40iw/i40iw_cm: Fix a bunch of function documentation issues
  RDMA/core/cache: Fix some misspellings, missing and superfluous param
    descriptions
  RDMA/hw/i40iw/i40iw_hw: Provide description for 'ipv4', remove
    'user_pri' and fix 'iwcq'
  RDMA/hw/i40iw/i40iw_main: Rectify some kernel-doc misdemeanours
  RDMA/core/roce_gid_mgmt: Fix misnaming of 'rdma_roce_rescan_device()'s
    param 'ib_dev'
  RDMA/hw/i40iw/i40iw_pble: Provide description for 'dev' and fix
    formatting issues
  RDMA/hw/i40iw/i40iw_puda: Fix some misspellings and provide missing
    descriptions
  RDMA/core/multicast: Provide description for
    'ib_init_ah_from_mcmember()'s 'rec' param
  RDMA/core/sa_query: Demote non-conformant kernel-doc header
  RDMA/hw/i40iw/i40iw_uk: Clean-up some function documentation headers
  RDMA/hw/i40iw/i40iw_virtchnl: Fix a bunch of kernel-doc issues
  RDMA/hw/i40iw/i40iw_utils: Fix some misspellings and missing param
    descriptions
  RDMA/core/restrack: Fix kernel-doc formatting issue
  RDMA/hw/i40iw/i40iw_verbs: Fix worthy function headers and demote some
    others
  RDMA/core/counters: Demote non-conformant kernel-doc headers
  RDMA/core/iwpm_util: Fix some param description misspellings
  RDMA/core/iwpm_msg: Add proper descriptions for 'skb' param

 drivers/infiniband/core/cache.c              |  9 ++++----
 drivers/infiniband/core/counters.c           | 16 +++++++-------
 drivers/infiniband/core/device.c             |  8 +++----
 drivers/infiniband/core/iwpm_msg.c           | 16 +++++++-------
 drivers/infiniband/core/iwpm_util.c          |  6 +++---
 drivers/infiniband/core/multicast.c          |  1 +
 drivers/infiniband/core/restrack.c           |  4 ++--
 drivers/infiniband/core/roce_gid_mgmt.c      |  2 +-
 drivers/infiniband/core/sa_query.c           |  2 +-
 drivers/infiniband/hw/i40iw/i40iw_cm.c       | 21 ++++++++++++-------
 drivers/infiniband/hw/i40iw/i40iw_ctrl.c     | 18 ++++++++--------
 drivers/infiniband/hw/i40iw/i40iw_hmc.c      |  4 ++--
 drivers/infiniband/hw/i40iw/i40iw_hw.c       |  4 ++--
 drivers/infiniband/hw/i40iw/i40iw_main.c     | 13 +++++++-----
 drivers/infiniband/hw/i40iw/i40iw_pble.c     |  5 +++--
 drivers/infiniband/hw/i40iw/i40iw_puda.c     | 13 +++++++-----
 drivers/infiniband/hw/i40iw/i40iw_uk.c       |  5 +++--
 drivers/infiniband/hw/i40iw/i40iw_utils.c    | 22 +++++++++++---------
 drivers/infiniband/hw/i40iw/i40iw_verbs.c    | 19 +++++++++--------
 drivers/infiniband/hw/i40iw/i40iw_virtchnl.c | 19 ++++++++++-------
 20 files changed, 113 insertions(+), 94 deletions(-)

Cc: "David S. Miller" <davem@davemloft.net>
Cc: Doug Ledford <dledford@redhat.com>
Cc: Faisal Latif <faisal.latif@intel.com>
Cc: Intel Corporation <e1000-rdma@lists.sourceforge.net>
Cc: Jason Gunthorpe <jgg@ziepe.ca>
Cc: Leon Romanovsky <leon@kernel.org>
Cc: linux-rdma@vger.kernel.org
Cc: Shiraz Saleem <shiraz.saleem@intel.com>
Cc: Taehee Yoo <ap420073@gmail.com>

Comments

Jason Gunthorpe Jan. 20, 2021, 12:40 a.m. UTC | #1
On Mon, Jan 18, 2021 at 10:39:09PM +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 1 of either 2 or 3 sets required to fully clean-up.
> 
> Lee Jones (20):
>   RDMA/hw: i40iw_hmc: Fix misspellings of '*idx' args
>   RDMA/core: device: Fix formatting in worthy kernel-doc header and
>     demote another
>   RDMA/hw/i40iw/i40iw_ctrl: Fix a bunch of misspellings and formatting
>     issues
>   RDMA/hw/i40iw/i40iw_cm: Fix a bunch of function documentation issues
>   RDMA/core/cache: Fix some misspellings, missing and superfluous param
>     descriptions
>   RDMA/hw/i40iw/i40iw_hw: Provide description for 'ipv4', remove
>     'user_pri' and fix 'iwcq'
>   RDMA/hw/i40iw/i40iw_main: Rectify some kernel-doc misdemeanours
>   RDMA/core/roce_gid_mgmt: Fix misnaming of 'rdma_roce_rescan_device()'s
>     param 'ib_dev'
>   RDMA/hw/i40iw/i40iw_pble: Provide description for 'dev' and fix
>     formatting issues
>   RDMA/hw/i40iw/i40iw_puda: Fix some misspellings and provide missing
>     descriptions
>   RDMA/core/multicast: Provide description for
>     'ib_init_ah_from_mcmember()'s 'rec' param
>   RDMA/core/sa_query: Demote non-conformant kernel-doc header
>   RDMA/hw/i40iw/i40iw_uk: Clean-up some function documentation headers
>   RDMA/hw/i40iw/i40iw_virtchnl: Fix a bunch of kernel-doc issues
>   RDMA/hw/i40iw/i40iw_utils: Fix some misspellings and missing param
>     descriptions
>   RDMA/core/restrack: Fix kernel-doc formatting issue
>   RDMA/hw/i40iw/i40iw_verbs: Fix worthy function headers and demote some
>     others
>   RDMA/core/counters: Demote non-conformant kernel-doc headers
>   RDMA/core/iwpm_util: Fix some param description misspellings
>   RDMA/core/iwpm_msg: Add proper descriptions for 'skb' param

Looks Ok, applied to for-next, thanks

Jason
Lee Jones Jan. 20, 2021, 8 a.m. UTC | #2
On Tue, 19 Jan 2021, Jason Gunthorpe wrote:

> On Mon, Jan 18, 2021 at 10:39:09PM +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 1 of either 2 or 3 sets required to fully clean-up.
> > 
> > Lee Jones (20):
> >   RDMA/hw: i40iw_hmc: Fix misspellings of '*idx' args
> >   RDMA/core: device: Fix formatting in worthy kernel-doc header and
> >     demote another
> >   RDMA/hw/i40iw/i40iw_ctrl: Fix a bunch of misspellings and formatting
> >     issues
> >   RDMA/hw/i40iw/i40iw_cm: Fix a bunch of function documentation issues
> >   RDMA/core/cache: Fix some misspellings, missing and superfluous param
> >     descriptions
> >   RDMA/hw/i40iw/i40iw_hw: Provide description for 'ipv4', remove
> >     'user_pri' and fix 'iwcq'
> >   RDMA/hw/i40iw/i40iw_main: Rectify some kernel-doc misdemeanours
> >   RDMA/core/roce_gid_mgmt: Fix misnaming of 'rdma_roce_rescan_device()'s
> >     param 'ib_dev'
> >   RDMA/hw/i40iw/i40iw_pble: Provide description for 'dev' and fix
> >     formatting issues
> >   RDMA/hw/i40iw/i40iw_puda: Fix some misspellings and provide missing
> >     descriptions
> >   RDMA/core/multicast: Provide description for
> >     'ib_init_ah_from_mcmember()'s 'rec' param
> >   RDMA/core/sa_query: Demote non-conformant kernel-doc header
> >   RDMA/hw/i40iw/i40iw_uk: Clean-up some function documentation headers
> >   RDMA/hw/i40iw/i40iw_virtchnl: Fix a bunch of kernel-doc issues
> >   RDMA/hw/i40iw/i40iw_utils: Fix some misspellings and missing param
> >     descriptions
> >   RDMA/core/restrack: Fix kernel-doc formatting issue
> >   RDMA/hw/i40iw/i40iw_verbs: Fix worthy function headers and demote some
> >     others
> >   RDMA/core/counters: Demote non-conformant kernel-doc headers
> >   RDMA/core/iwpm_util: Fix some param description misspellings
> >   RDMA/core/iwpm_msg: Add proper descriptions for 'skb' param
> 
> Looks Ok, applied to for-next, thanks

Thanks Jason, much obliged.

I'll get the other set out in the next few days.

Hopefully we can have Infiniband cleaned-up by the end of this cycle.