]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ata: pata_cypress: fix typo in error message
authorEthan Nelson-Moore <enelsonmoore@gmail.com>
Sat, 31 Jan 2026 03:28:11 +0000 (19:28 -0800)
committerDamien Le Moal <dlemoal@kernel.org>
Mon, 2 Feb 2026 04:47:40 +0000 (13:47 +0900)
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>
drivers/ata/pata_cypress.c

index ae347b5c287185c09b10bea611de6db0635ab538..3b0e6858d7278af4b5475b9f16c532b5a0c0069e 100644 (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;
        }