aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libata-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/libata-core.c')
-rw-r--r--drivers/scsi/libata-core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/libata-core.c b/drivers/scsi/libata-core.c
index 98769a3d31ae..f1942545a20d 100644
--- a/drivers/scsi/libata-core.c
+++ b/drivers/scsi/libata-core.c
@@ -2713,7 +2713,7 @@ static int ata_sg_setup(struct ata_queued_cmd *qc)
2713/** 2713/**
2714 * ata_poll_qc_complete - turn irq back on and finish qc 2714 * ata_poll_qc_complete - turn irq back on and finish qc
2715 * @qc: Command to complete 2715 * @qc: Command to complete
2716 * @drv_stat: ATA status register content 2716 * @err_mask: ATA status register content
2717 * 2717 *
2718 * LOCKING: 2718 * LOCKING:
2719 * None. (grabs host lock) 2719 * None. (grabs host lock)
@@ -3478,7 +3478,7 @@ void ata_qc_free(struct ata_queued_cmd *qc)
3478/** 3478/**
3479 * ata_qc_complete - Complete an active ATA command 3479 * ata_qc_complete - Complete an active ATA command
3480 * @qc: Command to complete 3480 * @qc: Command to complete
3481 * @drv_stat: ATA Status register contents 3481 * @err_mask: ATA Status register contents
3482 * 3482 *
3483 * Indicate to the mid and upper layers that an ATA 3483 * Indicate to the mid and upper layers that an ATA
3484 * command has completed, with either an ok or not-ok status. 3484 * command has completed, with either an ok or not-ok status.