diff options
Diffstat (limited to 'drivers/scsi/isci/task.c')
-rw-r--r-- | drivers/scsi/isci/task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/isci/task.c b/drivers/scsi/isci/task.c index 6bc74eb012c9..b6f19a1db780 100644 --- a/drivers/scsi/isci/task.c +++ b/drivers/scsi/isci/task.c | |||
@@ -532,7 +532,7 @@ int isci_task_abort_task(struct sas_task *task) | |||
532 | /* The request has already completed and there | 532 | /* The request has already completed and there |
533 | * is nothing to do here other than to set the task | 533 | * is nothing to do here other than to set the task |
534 | * done bit, and indicate that the task abort function | 534 | * done bit, and indicate that the task abort function |
535 | * was sucessful. | 535 | * was successful. |
536 | */ | 536 | */ |
537 | spin_lock_irqsave(&task->task_state_lock, flags); | 537 | spin_lock_irqsave(&task->task_state_lock, flags); |
538 | task->task_state_flags |= SAS_TASK_STATE_DONE; | 538 | task->task_state_flags |= SAS_TASK_STATE_DONE; |