scsi: pm8001: Fix typo in code comments
Fix abord to abort. Signed-off-by: Weitao Hou <houweitaoo@gmail.com> Acked-by: Jack Wang <jinpu.wang@cloud.ionos.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
committed by
Martin K. Petersen
parent
8674a8aa2c
commit
32877947b7
@@ -1181,7 +1181,7 @@ int pm8001_query_task(struct sas_task *task)
|
|||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* mandatory SAM-3, still need free task/ccb info, abord the specified task */
|
/* mandatory SAM-3, still need free task/ccb info, abort the specified task */
|
||||||
int pm8001_abort_task(struct sas_task *task)
|
int pm8001_abort_task(struct sas_task *task)
|
||||||
{
|
{
|
||||||
unsigned long flags;
|
unsigned long flags;
|
||||||
|
|||||||
Reference in New Issue
Block a user