summaryrefslogtreecommitdiff
path: root/include/rdma
diff options
context:
space:
mode:
authorBhaskar Chowdhury <[email protected]>2021-03-22 12:13:22 +0530
committerJason Gunthorpe <[email protected]>2021-03-26 14:07:36 -0300
commitaa43665aeeb3db66ad732d168b5d6450eb4c60db (patch)
tree293b0af02d164ad096db88d0aa9d22830da81cc8 /include/rdma
parent4ae6573e699e32164a7a4ceb165ec771000db544 (diff)
RDMA: Fix a typo
s/struture/structure/ Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bhaskar Chowdhury <[email protected]> Acked-by: Randy Dunlap <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
Diffstat (limited to 'include/rdma')
-rw-r--r--include/rdma/rdma_vt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rdma/rdma_vt.h b/include/rdma/rdma_vt.h
index bf97d5d0dbf6..2dafd7dbe893 100644
--- a/include/rdma/rdma_vt.h
+++ b/include/rdma/rdma_vt.h
@@ -245,7 +245,7 @@ struct rvt_driver_provided {
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.
*/
int (*qp_priv_init)(struct rvt_dev_info *rdi, struct rvt_qp *qp,