scsi: megaraid_sas: fix repeated words in comments
Commit Message
Delete the redundant word 'be'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
drivers/scsi/megaraid/megaraid_sas_base.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -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);
}