From: Damien Le Moal Date: Wed, 9 May 2018 00:28:08 +0000 (+0900) Subject: libata: Fix comment typo in ata_eh_analyze_tf() X-Git-Tag: v5.15~8709^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79487259a4c90acf020f6ce1c63bb1db9ad3fc4d;p=platform%2Fkernel%2Flinux-starfive.git libata: Fix comment typo in ata_eh_analyze_tf() Signed-off-by: Damien Le Moal Reviewed-by: Hannes Reinecke Signed-off-by: Tejun Heo --- diff --git a/drivers/ata/libata-eh.c b/drivers/ata/libata-eh.c index c016829..6c9d3fc 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, if (qc->flags & ATA_QCFLAG_SENSE_VALID) { int ret = scsi_check_sense(qc->scsicmd); /* - * SUCCESS here means that the sense code could + * SUCCESS here means that the sense code could be * evaluated and should be passed to the upper layers * for correct evaluation. - * FAILED means the sense code could not interpreted + * FAILED means the sense code could not be interpreted * and the device would need to be reset. * NEEDS_RETRY and ADD_TO_MLQUEUE means that the * command would need to be retried.