[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220802202230.9460-1-wangborong@cdjrlc.com>
Date: Wed, 3 Aug 2022 04:22:30 +0800
From: Jason Wang <wangborong@...rlc.com>
To: axboe@...nel.dk
Cc: hare@...e.de, martin.petersen@...cle.com, bhelgaas@...gle.com,
kch@...dia.com, john.garry@...wei.com, ming.lei@...hat.com,
vaibhavgupta40@...il.com, Julia.Lawall@...ia.fr,
linux-block@...r.kernel.org, linux-kernel@...r.kernel.org,
Jason Wang <wangborong@...rlc.com>
Subject: [PATCH] block: Fix comment typo
The double `is' is duplicated in the comment, remove one.
Signed-off-by: Jason Wang <wangborong@...rlc.com>
---
drivers/block/mtip32xx/mtip32xx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/block/mtip32xx/mtip32xx.c b/drivers/block/mtip32xx/mtip32xx.c
index 562725d222a7..82a4812e74e3 100644
--- a/drivers/block/mtip32xx/mtip32xx.c
+++ b/drivers/block/mtip32xx/mtip32xx.c
@@ -2487,7 +2487,7 @@ static int mtip_service_thread(void *data)
/*
* the condition is to check neither an internal command is
- * is in progress nor error handling is active
+ * in progress nor error handling is active
*/
wait_event_interruptible(port->svc_wait, (port->flags) &&
(port->flags & MTIP_PF_SVC_THD_WORK));
--
2.35.1
Powered by blists - more mailing lists