Re: [PATCH v3] RDMA/rxe: Fix indentations and operators sytle

From: Jason Gunthorpe
Date: Wed Jan 05 2022 - 14:49:34 EST


On Wed, Jan 05, 2022 at 12:26:04PM +0800, Li Zhijian wrote:
> * Fix these up to always have the '+', and '|' on the continuing line which
> is the normal kernel style.
> * Fix indentations correspondingly
>
> NOTE: this patch also remove the 2 redundant plus in IB_OPCODE_RD_FETCH_ADD
> and IB_OPCODE_RD_COMPARE_SWAP
>
> Signed-off-by: Li Zhijian <lizhijian@xxxxxxxxxxx>
> Reviewed-by: Christoph Hellwig <hch@xxxxxx>
> ---
> V3: it's former version is [PATCH v2] RDMA/rxe: Get rid of redundant plus
> ---
> drivers/infiniband/sw/rxe/rxe_opcode.c | 737 +++++++++++++------------
> 1 file changed, 369 insertions(+), 368 deletions(-)

Applied to for-next, thanks

Jason