RDMA: Fix a typo
s/struture/structure/ Link: https://lore.kernel.org/r/20210322064322.3933985-1-unixbhaskar@gmail.com Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
This commit is contained in:
parent
4ae6573e69
commit
aa43665aee
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue