RDMA/qedr: fix repeated words in comments
authorwangjianli <wangjianli@cdjrlc.com>
Sat, 22 Oct 2022 05:52:57 +0000 (13:52 +0800)
committerLeon Romanovsky <leon@kernel.org>
Mon, 24 Oct 2022 11:48:15 +0000 (14:48 +0300)
Delete the redundant word 'the'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
Link: https://lore.kernel.org/r/20221022055257.42905-1-wangjianli@cdjrlc.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/hw/qedr/main.c

index 5152f10..5e7069b 100644 (file)
@@ -472,7 +472,7 @@ static irqreturn_t qedr_irq_handler(int irq, void *handle)
                /* The CQ's CNQ notification counter is checked before
                 * destroying the CQ in a busy-wait loop that waits for all of
                 * the CQ's CNQ interrupts to be processed. It is increased
-                * here, only after the completion handler, to ensure that the
+                * here, only after the completion handler, to ensure that
                 * the handler is not running when the CQ is destroyed.
                 */
                cq->cnq_notif++;