* [PATCH v2] ata: pata_cypress: fix typo in error message
@ 2026-01-31 3:28 Ethan Nelson-Moore
2026-02-02 4:57 ` Damien Le Moal
0 siblings, 1 reply; 3+ messages in thread
From: Ethan Nelson-Moore @ 2026-01-31 3:28 UTC (permalink / raw)
To: linux-ide; +Cc: Ethan Nelson-Moore, Damien Le Moal, Niklas Cassel
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>
---
Changes in v2:
Rebase on latest mainline tree
Add commit message
CC maintainers
drivers/ata/pata_cypress.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/ata/pata_cypress.c b/drivers/ata/pata_cypress.c
index ae347b5c2871..3b0e6858d727 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;
}
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] ata: pata_cypress: fix typo in error message
2026-01-31 3:28 [PATCH v2] ata: pata_cypress: fix typo in error message Ethan Nelson-Moore
@ 2026-02-02 4:57 ` Damien Le Moal
2026-02-02 5:23 ` Ethan Nelson-Moore
0 siblings, 1 reply; 3+ messages in thread
From: Damien Le Moal @ 2026-02-02 4:57 UTC (permalink / raw)
To: Ethan Nelson-Moore, linux-ide; +Cc: Niklas Cassel
On 1/31/26 12:28, Ethan Nelson-Moore wrote:
> 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>
Applied to for-6.20. Thanks !
--
Damien Le Moal
Western Digital Research
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] ata: pata_cypress: fix typo in error message
2026-02-02 4:57 ` Damien Le Moal
@ 2026-02-02 5:23 ` Ethan Nelson-Moore
0 siblings, 0 replies; 3+ messages in thread
From: Ethan Nelson-Moore @ 2026-02-02 5:23 UTC (permalink / raw)
To: Damien Le Moal; +Cc: linux-ide, Niklas Cassel
On Sun, Feb 1, 2026 at 8:57 PM Damien Le Moal <dlemoal@kernel.org> wrote:
> Applied to for-6.20. Thanks !
You're welcome!
Ethan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-02-02 5:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-31 3:28 [PATCH v2] ata: pata_cypress: fix typo in error message Ethan Nelson-Moore
2026-02-02 4:57 ` Damien Le Moal
2026-02-02 5:23 ` Ethan Nelson-Moore
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox