Skip to content

Commit 82ef60e

Browse files
EthanNelson-Mooredamien-lemoal
authored andcommitted
ata: pata_cypress: fix typo in error message
An error message in the pata_cypress driver has a typo "mome" for "mode". Fix it. Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com> Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
1 parent 3c4d783 commit 82ef60e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/ata/pata_cypress.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ static void cy82c693_set_piomode(struct ata_port *ap, struct ata_device *adev)
6262
u32 addr;
6363

6464
if (ata_timing_compute(adev, adev->pio_mode, &t, T, 1) < 0) {
65-
ata_dev_err(adev, DRV_NAME ": mome computation failed.\n");
65+
ata_dev_err(adev, DRV_NAME ": mode computation failed.\n");
6666
return;
6767
}
6868

0 commit comments

Comments
 (0)