On Fri, Feb 18, 2022 at 07:05:13PM +0800, Wenpeng Liang wrote: > From: Chengchang Tang <tangchengchang@xxxxxxxxxx> > > The value of the function parameter “timeout” is unique. Therefore, > it is unnecessary to specify the parameter “timeout” value each time. > So remove it. > > Signed-off-by: Chengchang Tang <tangchengchang@xxxxxxxxxx> > Signed-off-by: Haoyue Xu <xuhaoyue1@xxxxxxxxxxxxx> > Signed-off-by: Wenpeng Liang <liangwenpeng@xxxxxxxxxx> > --- > drivers/infiniband/hw/hns/hns_roce_cmd.c | 22 ++++++------ > drivers/infiniband/hw/hns/hns_roce_cmd.h | 2 +- > drivers/infiniband/hw/hns/hns_roce_cq.c | 5 ++- > drivers/infiniband/hw/hns/hns_roce_device.h | 3 +- > drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 35 +++++++------------ > .../infiniband/hw/hns/hns_roce_hw_v2_dfx.c | 3 +- > drivers/infiniband/hw/hns/hns_roce_mr.c | 9 ++--- > drivers/infiniband/hw/hns/hns_roce_srq.c | 6 ++-- > 8 files changed, 34 insertions(+), 51 deletions(-) > Thanks, Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxx>