From: Ethan Nelson-Moore Date: Sat, 31 Jan 2026 03:28:11 +0000 (-0800) Subject: ata: pata_cypress: fix typo in error message X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82ef60ec084b2ea418c50fca2c8776fb8ec27067;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Damien Le Moal --- diff --git a/drivers/ata/pata_cypress.c b/drivers/ata/pata_cypress.c index ae347b5c28718..3b0e6858d7278 100644 --- a/drivers/ata/pata_cypress.c +++ b/drivers/ata/pata_cypress.c @@ -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; }