[PATCH][next] EDAC/mce_amd: Fix typo "FIfo" -> "Fifo"

From: Colin King
Date: Thu Jun 03 2021 - 06:33:56 EST


From: Colin Ian King <colin.king@xxxxxxxxxxxxx>

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

Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
---
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