RDMA/rxe: Fix indentations and operators sytle
authorLi Zhijian <lizhijian@fujitsu.com>
Wed, 5 Jan 2022 04:26:04 +0000 (12:26 +0800)
committerJason Gunthorpe <jgg@nvidia.com>
Wed, 5 Jan 2022 19:17:13 +0000 (15:17 -0400)
commitd8b0afd29c1d6d61890f259360388bde57f5dc90
treec483c5bfc6aa3bc7cad8216e11d7d322e8a67e53
parent01097139e772ac0082175c01eefb989f78e4437a
RDMA/rxe: Fix indentations and operators sytle

* 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

Link: https://lore.kernel.org/r/20220105042605.14343-1-lizhijian@fujitsu.com
Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/sw/rxe/rxe_opcode.c