aboutsummaryrefslogtreecommitdiff
path: root/sys/ofed/drivers
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-09 07:00:14 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-09 07:13:22 +0000
commit7f409fe7d8aceeaef48faecc5fcec5cb0bd39105 (patch)
tree2f0151896c219f30f98144b6aba62a6de327a90b /sys/ofed/drivers
parent36814092d48a0c4220dc9c979882932e6313e618 (diff)
Diffstat (limited to 'sys/ofed/drivers')
-rw-r--r--sys/ofed/drivers/infiniband/core/ib_rdma_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ofed/drivers/infiniband/core/ib_rdma_core.c b/sys/ofed/drivers/infiniband/core/ib_rdma_core.c
index ec8d42777c41..d259449f698e 100644
--- a/sys/ofed/drivers/infiniband/core/ib_rdma_core.c
+++ b/sys/ofed/drivers/infiniband/core/ib_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.
*/