2022-08-04 13:01:15

by Jason Wang

[permalink] [raw]
Subject: [PATCH] scsi: megaraid: Fix comment typo

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

Signed-off-by: Jason Wang <[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 a3e117a4b8e7..aec33fa565d4 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.35.1