infiniband/hw: fix repeated words in comments

Message ID 20221022055257.42905-1-wangjianli@cdjrlc.com
State New
Headers
Series infiniband/hw: fix repeated words in comments |

Commit Message

wangjianli Oct. 22, 2022, 5:52 a.m. UTC
  Delete the redundant word 'the'.

Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
---
 drivers/infiniband/hw/qedr/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Michal Kalderon Oct. 23, 2022, 3:21 p.m. UTC | #1
> From: wangjianli <wangjianli@cdjrlc.com>
> Sent: Saturday, October 22, 2022 8:53 AM
> 
> ----------------------------------------------------------------------
> Delete the redundant word 'the'.
> 
> Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
> ---
>  drivers/infiniband/hw/qedr/main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/infiniband/hw/qedr/main.c
> b/drivers/infiniband/hw/qedr/main.c
> index 5152f10d2e6d..5e7069b76d46 100644
> --- a/drivers/infiniband/hw/qedr/main.c
> +++ b/drivers/infiniband/hw/qedr/main.c
> @@ -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++;
> --
> 2.36.1
> 

Thanks, 

Acked-by: Michal Kalderon <michal.kalderon@marvell.com>
  
Leon Romanovsky Oct. 24, 2022, 11:48 a.m. UTC | #2
On Sat, 22 Oct 2022 13:52:57 +0800, wangjianli wrote:
> Delete the redundant word 'the'.
> 
> 

Applied, thanks!

[1/1] infiniband/hw: fix repeated words in comments
      https://git.kernel.org/rdma/rdma/c/65bf03427cee48

Best regards,
  

Patch

diff --git a/drivers/infiniband/hw/qedr/main.c b/drivers/infiniband/hw/qedr/main.c
index 5152f10d2e6d..5e7069b76d46 100644
--- a/drivers/infiniband/hw/qedr/main.c
+++ b/drivers/infiniband/hw/qedr/main.c
@@ -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++;