kernel/drivers/infiniband/hw/hns/hns_roce_cmd.h
.. .. @@ -143,8 +143,8 @@ 143 143 unsigned long in_modifier, u8 op_modifier, u16 op, 144 144 unsigned long timeout); 145 145 146 -struct hns_roce_cmd_mailbox147 - *hns_roce_alloc_cmd_mailbox(struct hns_roce_dev *hr_dev);146 +struct hns_roce_cmd_mailbox *147 +hns_roce_alloc_cmd_mailbox(struct hns_roce_dev *hr_dev);148 148 void hns_roce_free_cmd_mailbox(struct hns_roce_dev *hr_dev, 149 149 struct hns_roce_cmd_mailbox *mailbox); 150 150