Message ID | 20220804120911.61806-1-wangborong@cdjrlc.com |
---|---|
State | New |
Headers | show |
Series | scsi: megaraid: Fix comment typo | expand |
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); }
The double `be' is duplicated in the comment, remove one. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> --- drivers/scsi/megaraid/megaraid_sas_base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)