hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/infiniband/hw/hns/hns_roce_cmd.h
....@@ -143,8 +143,8 @@
143143 unsigned long in_modifier, u8 op_modifier, u16 op,
144144 unsigned long timeout);
145145
146
-struct hns_roce_cmd_mailbox
147
- *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);
148148 void hns_roce_free_cmd_mailbox(struct hns_roce_dev *hr_dev,
149149 struct hns_roce_cmd_mailbox *mailbox);
150150