]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/edac/mce_amd.c
EDAC, mce_amd: Rename decode_smca_errors() to decode_smca_error()
[mirror_ubuntu-bionic-kernel.git] / drivers / edac / mce_amd.c
index e8e9d7df0a6e31758a7a2b4d74929fa77109b2be..94cadd7f69e95f026ba02a3925f2b3f7f63bf6b6 100644 (file)
@@ -849,7 +849,7 @@ static void decode_mc6_mce(struct mce *m)
 }
 
 /* Decode errors according to Scalable MCA specification */
-static void decode_smca_errors(struct mce *m)
+static void decode_smca_error(struct mce *m)
 {
        struct smca_hwid *hwid;
        unsigned int bank_type;
@@ -998,7 +998,7 @@ amd_decode_mce(struct notifier_block *nb, unsigned long val, void *data)
 
                pr_cont("\n");
 
-               decode_smca_errors(m);
+               decode_smca_error(m);
                goto err_code;
        }