RDMA/hns: Init the variable at the suitable place
authorHaoyue Xu <xuhaoyue1@hisilicon.com>
Sat, 9 Apr 2022 08:32:54 +0000 (16:32 +0800)
committerJason Gunthorpe <jgg@nvidia.com>
Mon, 11 Apr 2022 14:00:35 +0000 (11:00 -0300)
commit6f4f5cf9823387acc4f52e3d30f96b879acdff37
tree51ec4a55ace04f473f1600330706e7867a63e727
parentac88da750f09c749e1c0ab0b8e5468c533704e52
RDMA/hns: Init the variable at the suitable place

Assigning a value to ret in the init statement of a for-loop makes the
code less readable.

Link: https://lore.kernel.org/r/20220409083254.9696-6-liangwenpeng@huawei.com
Signed-off-by: Haoyue Xu <xuhaoyue1@hisilicon.com>
Signed-off-by: Wenpeng Liang <liangwenpeng@huawei.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/hns/hns_roce_hw_v2.c