aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma
diff options
context:
space:
mode:
authorXin Gao <gaoxin@cdjrlc.com>2022-07-22 10:18:33 +0800
committerJason Gunthorpe <jgg@nvidia.com>2022-07-22 12:07:16 -0300
commit8937e28eac0cbe0ff76e15f142e4b2e5adf3f462 (patch)
tree3414ae2d7e1a1c6bd1469a9fdc7cd017391f1316 /include/rdma
parentIB: Fix repeated words 'the the' comments (diff)
downloadlinux-dev-8937e28eac0cbe0ff76e15f142e4b2e5adf3f462.tar.xz
linux-dev-8937e28eac0cbe0ff76e15f142e4b2e5adf3f462.zip
RDMA: Fix comment typo
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>
Diffstat (limited to 'include/rdma')
-rw-r--r--include/rdma/ib_verbs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h
index 9c6317cf80d5..7c2f76f34f6f 100644
--- 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.