kernel/drivers/infiniband/hw/i40iw/i40iw.h
.. .. @@ -422,9 +422,8 @@ 422 422 bool ipv4, 423 423 u32 action); 424 424 425 -int i40iw_manage_apbvt(struct i40iw_device *iwdev,426 - u16 accel_local_port,427 - bool add_port);425 +enum i40iw_status_code i40iw_manage_apbvt(struct i40iw_device *iwdev,426 + u16 accel_local_port, bool add_port);428 427 429 428 struct i40iw_cqp_request *i40iw_get_cqp_request(struct i40iw_cqp *cqp, bool wait); 430 429 void i40iw_free_cqp_request(struct i40iw_cqp *cqp, struct i40iw_cqp_request *cqp_request);