diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-22 12:13:22 +0530 |
---|---|---|
committer | Jason Gunthorpe <jgg@nvidia.com> | 2021-03-26 14:07:36 -0300 |
commit | aa43665aeeb3db66ad732d168b5d6450eb4c60db (patch) | |
tree | 293b0af02d164ad096db88d0aa9d22830da81cc8 /include/rdma | |
parent | 4ae6573e699e32164a7a4ceb165ec771000db544 (diff) |
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>
Diffstat (limited to 'include/rdma')
-rw-r--r-- | include/rdma/rdma_vt.h | 2 |
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, |