projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca325ed
)
RDMA: Fix comment typo
author
Xin Gao
<gaoxin@cdjrlc.com>
Fri, 22 Jul 2022 02:18:33 +0000
(10:18 +0800)
committer
Jason Gunthorpe
<jgg@nvidia.com>
Fri, 22 Jul 2022 15:07:16 +0000
(12:07 -0300)
The double `get' is duplicated, remove one.
Link:
https://lore.kernel.org/r/20220722021833.15669-1-gaoxin@cdjrlc.com
Signed-off-by: Xin Gao <gaoxin@cdjrlc.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
include/rdma/ib_verbs.h
patch
|
blob
|
history
diff --git
a/include/rdma/ib_verbs.h
b/include/rdma/ib_verbs.h
index 9c6317cf80d5ddfe187d07df1ba2eba5fe45a5dd..7c2f76f34f6f250eb3607f9336f26162be908402 100644
(file)
--- a/
include/rdma/ib_verbs.h
+++ b/
include/rdma/ib_verbs.h
@@
-4603,7
+4603,7
@@
static inline enum rdma_ah_attr_type rdma_ah_find_type(struct ib_device *dev,
/**
* ib_lid_cpu16 - Return lid in 16bit CPU encoding.
- * In the current implementation the only way to
get
+ * In the current implementation the only way to
* get the 32bit lid is from other sources for OPA.
* For IB, lids will always be 16bits so cast the
* value accordingly.