Re: [Patch v5 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter

From: Jason Gunthorpe
Date: Wed Sep 21 2022 - 12:32:06 EST


On Tue, Sep 20, 2022 at 05:54:19PM +0000, Dexuan Cui wrote:

> > +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