[PATCH] block: Fix comment typo

From: Jason Wang
Date: Tue Aug 02 2022 - 08:23:56 EST


The double `is' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@xxxxxxxxxx>
---
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