Re: [PATCH rdma-rc 2/2] RDMA/uverbs: Fix kernel-doc warning of _uverbs_alloc

2021-03-02 Thread Leon Romanovsky
On Tue, Mar 02, 2021 at 09:32:23AM +, Lee Jones wrote: > On Tue, 02 Mar 2021, Leon Romanovsky wrote: > > > From: Leon Romanovsky > > > > Fix the following W=1 compilation warning: > > drivers/infiniband/core/uverbs_ioctl.c:108: warning: expecting prototype > > for uverbs_alloc(). Prototype wa

Re: [PATCH rdma-rc 2/2] RDMA/uverbs: Fix kernel-doc warning of _uverbs_alloc

2021-03-02 Thread Lee Jones
On Tue, 02 Mar 2021, Leon Romanovsky wrote: > From: Leon Romanovsky > > Fix the following W=1 compilation warning: > drivers/infiniband/core/uverbs_ioctl.c:108: warning: expecting prototype for > uverbs_alloc(). Prototype was for _uverbs_alloc() instead > > Fixes: 461bb2eee4e1 ("IB/uverbs: Add

[PATCH rdma-rc 2/2] RDMA/uverbs: Fix kernel-doc warning of _uverbs_alloc

2021-03-02 Thread Leon Romanovsky
From: Leon Romanovsky Fix the following W=1 compilation warning: drivers/infiniband/core/uverbs_ioctl.c:108: warning: expecting prototype for uverbs_alloc(). Prototype was for _uverbs_alloc() instead Fixes: 461bb2eee4e1 ("IB/uverbs: Add a simple allocator to uverbs_attr_bundle") Signed-off-by: