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>
This commit is contained in:
Ethan Nelson-Moore
2026-01-30 19:28:11 -08:00
committed by Damien Le Moal
parent 3c4d783f69
commit 82ef60ec08

View File

@@ -62,7 +62,7 @@ static void cy82c693_set_piomode(struct ata_port *ap, struct ata_device *adev)
u32 addr;
if (ata_timing_compute(adev, adev->pio_mode, &t, T, 1) < 0) {
ata_dev_err(adev, DRV_NAME ": mome computation failed.\n");
ata_dev_err(adev, DRV_NAME ": mode computation failed.\n");
return;
}