Skip to content
Snippets Groups Projects
Commit aa43665a authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Jason Gunthorpe
Browse files
parent 4ae6573e
No related branches found
No related tags found
No related merge requests found
...@@ -245,7 +245,7 @@ struct rvt_driver_provided { ...@@ -245,7 +245,7 @@ struct rvt_driver_provided {
void * (*qp_priv_alloc)(struct rvt_dev_info *rdi, struct rvt_qp *qp); void * (*qp_priv_alloc)(struct rvt_dev_info *rdi, struct rvt_qp *qp);
/* /*
* Init a struture allocated with qp_priv_alloc(). This should be * Init a structure allocated with qp_priv_alloc(). This should be
* called after all qp fields have been initialized in rdmavt. * called after all qp fields have been initialized in rdmavt.
*/ */
int (*qp_priv_init)(struct rvt_dev_info *rdi, struct rvt_qp *qp, int (*qp_priv_init)(struct rvt_dev_info *rdi, struct rvt_qp *qp,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment