2022-09-11 11:53:04

by Jilin Yuan

[permalink] [raw]
Subject: [PATCH] scsi: megaraid_sas: fix repeated words in comments

Delete the redundant word 'be'.

Signed-off-by: Jilin Yuan <[email protected]>
---
drivers/scsi/megaraid/megaraid_sas_base.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/megaraid/megaraid_sas_base.c b/drivers/scsi/megaraid/megaraid_sas_base.c
index 9be4ba61a076..52210d99121c 100644
--- a/drivers/scsi/megaraid/megaraid_sas_base.c
+++ b/drivers/scsi/megaraid/megaraid_sas_base.c
@@ -2823,7 +2823,7 @@ static int megasas_wait_for_outstanding(struct megasas_instance *instance)
"commands to complete\n",i,outstanding);
/*
* Call cmd completion routine. Cmd to be
- * be completed directly without depending on isr.
+ * completed directly without depending on isr.
*/
megasas_complete_cmd_dpc((unsigned long)instance);
}
--
2.36.1