Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ethan Nelson-Moore and committed by
Damien Le Moal
82ef60ec 3c4d783f

+1 -1
+1 -1
drivers/ata/pata_cypress.c
··· 62 62 u32 addr; 63 63 64 64 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"); 66 66 return; 67 67 } 68 68