public inbox for linux-edac@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] EDAC/i10nm: Fix spelling mistake "readd" -> "read"
@ 2026-03-25 20:35 Colin Ian King
  2026-03-25 21:08 ` Luck, Tony
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2026-03-25 20:35 UTC (permalink / raw)
  To: Tony Luck, Borislav Petkov, linux-edac; +Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a i10nm_printk error message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/edac/i10nm_base.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/edac/i10nm_base.c b/drivers/edac/i10nm_base.c
index 6f61b7614230..63df35444214 100644
--- a/drivers/edac/i10nm_base.c
+++ b/drivers/edac/i10nm_base.c
@@ -196,7 +196,7 @@ static u64 read_imc_reg(struct skx_imc *imc, int chan, u32 offset, u8 width)
 	case 8:
 		return I10NM_GET_REG64(imc, chan, offset);
 	default:
-		i10nm_printk(KERN_ERR, "Invalid readd RRL 0x%x width %d\n", offset, width);
+		i10nm_printk(KERN_ERR, "Invalid read RRL 0x%x width %d\n", offset, width);
 		return 0;
 	}
 }
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-03-25 21:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-25 20:35 [PATCH][next] EDAC/i10nm: Fix spelling mistake "readd" -> "read" Colin Ian King
2026-03-25 21:08 ` Luck, Tony

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox