summaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
authorDamien Le Moal <damien.lemoal@wdc.com>2018-05-08 20:28:08 -0400
committerTejun Heo <tj@kernel.org>2018-05-10 14:43:19 -0400
commit79487259a4c90acf020f6ce1c63bb1db9ad3fc4d (patch)
tree604f6a62bbe96af631e7c967aef2c31ec03ab1b6 /drivers/ata
parent258c9fded4d4024fbe5fae7739d5d159f3f69697 (diff)
libata: Fix comment typo in ata_eh_analyze_tf()
Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata')
-rw-r--r--drivers/ata/libata-eh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/libata-eh.c b/drivers/ata/libata-eh.c
index c016829a38fd..6c9d3fc5212f 100644
--- a/drivers/ata/libata-eh.c
+++ b/drivers/ata/libata-eh.c
@@ -1866,10 +1866,10 @@ static unsigned int ata_eh_analyze_tf(struct ata_queued_cmd *qc,
1866 if (qc->flags & ATA_QCFLAG_SENSE_VALID) { 1866 if (qc->flags & ATA_QCFLAG_SENSE_VALID) {
1867 int ret = scsi_check_sense(qc->scsicmd); 1867 int ret = scsi_check_sense(qc->scsicmd);
1868 /* 1868 /*
1869 * SUCCESS here means that the sense code could 1869 * SUCCESS here means that the sense code could be
1870 * evaluated and should be passed to the upper layers 1870 * evaluated and should be passed to the upper layers
1871 * for correct evaluation. 1871 * for correct evaluation.
1872 * FAILED means the sense code could not interpreted 1872 * FAILED means the sense code could not be interpreted
1873 * and the device would need to be reset. 1873 * and the device would need to be reset.
1874 * NEEDS_RETRY and ADD_TO_MLQUEUE means that the 1874 * NEEDS_RETRY and ADD_TO_MLQUEUE means that the
1875 * command would need to be retried. 1875 * command would need to be retried.