Most static warnings are detected by tools, mainly about: (1) #1~2: About printing format. (2) #3 : About code comments. (3) #4~6: About variable definition and initialization. (4) #7~9: Other miscellaneous. Haoyue Xu (1): RDMA/hns: Initialize variable in the right place Xinhao Liu (7): RDMA/hns: Correct the hex print format RDMA/hns: Correct the print format to be consistent with the variable type RDMA/hns: Replace tab with space in the right-side comments RDMA/hns: Correct the type of variables participating in the shift operation RDMA/hns: Correctly initialize the members of Array[][] RDMA/hns: Add void conversion for function whose return value is not used RDMA/hns: Remove magic number Yixing Liu (1): RDMA/hns: Remove macros that are no longer used drivers/infiniband/hw/hns/hns_roce_cmd.c | 10 +++--- drivers/infiniband/hw/hns/hns_roce_device.h | 40 ++++++++++----------- drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 23 ++++++------ drivers/infiniband/hw/hns/hns_roce_hw_v2.h | 18 +--------- drivers/infiniband/hw/hns/hns_roce_mr.c | 10 +++--- drivers/infiniband/hw/hns/hns_roce_qp.c | 2 +- 6 files changed, 45 insertions(+), 58 deletions(-) -- 2.33.0