mbox series

[v2,0/3] RDMA/irdma: Cleanups and improvements

Message ID 20230515191142.413633-1-kheib@redhat.com (mailing list archive)
Headers show
Series RDMA/irdma: Cleanups and improvements | expand

Message

Kamal Heib May 15, 2023, 7:11 p.m. UTC
This series includes a few cleanup patches for the irdma driver.

v2:
- all: Fix subject.
- patch1: Make checkpatch.pl happy.

Kamal Heib (3):
  RDMA/irdma: Return void from irdma_init_iw_device()
  RDMA/irdma: Return void from irdma_init_rdma_device()
  RDMA/irdma: Move iw device ops initialization

 drivers/infiniband/hw/irdma/verbs.c | 41 +++++++++++------------------
 1 file changed, 16 insertions(+), 25 deletions(-)

Comments

Jason Gunthorpe May 17, 2023, 7:33 p.m. UTC | #1
On Mon, May 15, 2023 at 03:11:39PM -0400, Kamal Heib wrote:
> This series includes a few cleanup patches for the irdma driver.
> 
> v2:
> - all: Fix subject.
> - patch1: Make checkpatch.pl happy.
> 
> Kamal Heib (3):
>   RDMA/irdma: Return void from irdma_init_iw_device()
>   RDMA/irdma: Return void from irdma_init_rdma_device()
>   RDMA/irdma: Move iw device ops initialization

Applied to for-next

Please fix your threading option, thread under cover letter not chain
each patch.

Thanks,
Jason