Re: [Patch v5 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter
From: Jason Gunthorpe <jgg@ziepe.ca>
Date: 2022-09-21 16:32:06
Also in:
linux-hyperv, linux-rdma, lkml
From: Jason Gunthorpe <jgg@ziepe.ca>
Date: 2022-09-21 16:32:06
Also in:
linux-hyperv, linux-rdma, lkml
On Tue, Sep 20, 2022 at 05:54:19PM +0000, Dexuan Cui wrote:
quoted
+int mana_ib_gd_create_dma_region(struct mana_ib_dev *dev, struct ib_umem *umem, + mana_handle_t *gdma_region, u64 page_sz) +{ ... + +if (!err) + return 0;Please add a Tab character to the above 2 lines.
How are we still at the point where we have trivial style errors in this series at v6?? This is not OK, please handle reviews for this basic stuff internally. Jason