linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] EDAC/mce_amd: Fix typo "FIfo" -> "Fifo"
@ 2021-06-03 10:33 Colin King
  2021-06-03 21:14 ` Yazen Ghannam
  2021-06-04 13:50 ` [tip: ras/core] " tip-bot2 for Colin Ian King
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2021-06-03 10:33 UTC (permalink / raw)
  To: Yazen Ghannam, Borislav Petkov, Mauro Carvalho Chehab, Tony Luck,
	James Morse, linux-edac
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is an uppercase letter I in the text instead of a lowercase
one. Fix this.

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

diff --git a/drivers/edac/mce_amd.c b/drivers/edac/mce_amd.c
index 43ba0f931629..27d56920b469 100644
--- a/drivers/edac/mce_amd.c
+++ b/drivers/edac/mce_amd.c
@@ -431,7 +431,7 @@ static const char * const smca_xgmipcs_mce_desc[] = {
 	"Replay Buffer Parity Error",
 	"Data Parity Error",
 	"Replay Fifo Overflow Error",
-	"Replay FIfo Underflow Error",
+	"Replay Fifo Underflow Error",
 	"Elastic Fifo Overflow Error",
 	"Deskew Error",
 	"Flow Control CRC Error",
-- 
2.31.1


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

end of thread, other threads:[~2021-06-04 13:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03 10:33 [PATCH][next] EDAC/mce_amd: Fix typo "FIfo" -> "Fifo" Colin King
2021-06-03 21:14 ` Yazen Ghannam
2021-06-04 13:50 ` [tip: ras/core] " tip-bot2 for Colin Ian King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).