]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit36dbea3b7eaef6e39358ea9e3ee1d0e31736eba8
tree0369a875beaab3cdb5d2cc9f678fe58decb9bb34
parentbd02410b2f571e69a57ad769b2743b38d8ea3cbe
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: 98f5af08babe ("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