aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/rdma_core.c
diff options
context:
space:
mode:
authorJiang Jian <jiangjian@cdjrlc.com>2022-06-23 00:22:13 +0800
committerJason Gunthorpe <jgg@nvidia.com>2022-06-24 16:52:28 -0300
commitfd46ef3d8247958921cb9f2a86cced130bbae60e (patch)
tree6606b73278756be4ed7ef49780948b42f400d8ed /drivers/infiniband/core/rdma_core.c
parentIB/iser: Drain the entire QP during destruction flow (diff)
downloadlinux-dev-fd46ef3d8247958921cb9f2a86cced130bbae60e.tar.xz
linux-dev-fd46ef3d8247958921cb9f2a86cced130bbae60e.zip
RDMA: Correct duplicated words in comments
There is a duplicated word 'is' and 'for' in a comment that needs to be dropped. Link: https://lore.kernel.org/r/20220622170853.3644-1-jiangjian@cdjrlc.com Link: https://lore.kernel.org/r/20220623103708.43104-1-jiangjian@cdjrlc.com Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'drivers/infiniband/core/rdma_core.c')
-rw-r--r--drivers/infiniband/core/rdma_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/core/rdma_core.c b/drivers/infiniband/core/rdma_core.c
index 94d83b665a2f..29b1ab1d5f93 100644
--- a/drivers/infiniband/core/rdma_core.c
+++ b/drivers/infiniband/core/rdma_core.c
@@ -68,7 +68,7 @@ static int uverbs_try_lock_object(struct ib_uobject *uobj,
* In exclusive access mode, we check that the counter is zero (nobody
* claimed this object) and we set it to -1. Releasing a shared access
* lock is done simply by decreasing the counter. As for exclusive
- * access locks, since only a single one of them is is allowed
+ * access locks, since only a single one of them is allowed
* concurrently, setting the counter to zero is enough for releasing
* this lock.
*/