2022-08-02 13:13:41

by Jason Wang

[permalink] [raw]
Subject: [PATCH] block: Fix comment typo

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

Signed-off-by: Jason Wang <[email protected]>
---
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