]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
EDAC/mce_amd: Fix typo "FIfo" -> "Fifo"
authorColin Ian King <colin.king@canonical.com>
Thu, 3 Jun 2021 10:33:49 +0000 (11:33 +0100)
committerBorislav Petkov <bp@suse.de>
Fri, 4 Jun 2021 13:44:25 +0000 (15:44 +0200)
There is an uppercase letter I in one of the MCE error descriptions
instead of a lowercase one. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Yazen Ghannam <yazen.ghannam@amd.com>
Link: https://lkml.kernel.org/r/20210603103349.79117-1-colin.king@canonical.com
drivers/edac/mce_amd.c

index 43ba0f931629f29baa4c366914b4d3a5be7a52f7..27d56920b4690ff578675bec58193bc7e3e25a84 100644 (file)
@@ -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",