From 7f409fe7d8aceeaef48faecc5fcec5cb0bd39105 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 9 Apr 2022 09:00:14 +0200 Subject: [PATCH] ofed: Remove a double word in a source code comment - s/is is/is/ MFC after: 3 days --- sys/ofed/drivers/infiniband/core/ib_rdma_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */