RDMA/hns: Refactor code for readability
authorLijun Ou <oulijun@huawei.com>
Fri, 29 Sep 2017 15:10:08 +0000 (23:10 +0800)
committerDoug Ledford <dledford@redhat.com>
Fri, 29 Sep 2017 16:02:30 +0000 (12:02 -0400)
commitf44c863be282f575becb1aacb69fd42f8ea53c6d
tree0369a875beaab3cdb5d2cc9f678fe58decb9bb34
parentbe7acd9d01c65a5d947ecd36d7b78b838b7313e5
RDMA/hns: Refactor code for readability

Put the code for checking the send doorbell status into a
separate function and call it from check_qp_db_process_status
to improve indenting and readability.

It fixes the warning from static checker:
drivers/infiniband/hw/hns/hns_roce_hw_v1.c:3562 check_qp_db_process_status()
warn: inconsistent indenting.

Fixes: 5f110ac4bed8 ("IB/hns: Fix for checkpatch.pl comment style)
Signed-off-by: Lijun Ou <oulijun@huawei.com>
Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
Signed-off-by: Shaobo Xu <xushaobo2@huawei.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/hns/hns_roce_hw_v1.c