projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ae6573
)
RDMA: Fix a typo
author
Bhaskar Chowdhury
<unixbhaskar@gmail.com>
Mon, 22 Mar 2021 06:43:22 +0000
(12:13 +0530)
committer
Jason Gunthorpe
<jgg@nvidia.com>
Fri, 26 Mar 2021 17:07:36 +0000
(14:07 -0300)
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>
include/rdma/rdma_vt.h
patch
|
blob
|
history
diff --git
a/include/rdma/rdma_vt.h
b/include/rdma/rdma_vt.h
index bf97d5d0dbf6f922e31ec10ce2cc3039b58c7831..2dafd7dbe89304d4198d194b2f454bfc875cca26 100644
(file)
--- 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 stru
c
ture 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,