Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32877947 authored by Weitao Hou's avatar Weitao Hou Committed by Martin K. Petersen
Browse files

scsi: pm8001: Fix typo in code comments



Fix abord to abort.

Signed-off-by: default avatarWeitao Hou <houweitaoo@gmail.com>
Acked-by: default avatarJack Wang <jinpu.wang@cloud.ionos.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 8674a8aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1181,7 +1181,7 @@ int pm8001_query_task(struct sas_task *task)
	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)
{
	unsigned long flags;