Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ab1784b authored by Borislav Petkov's avatar Borislav Petkov
Browse files

EDAC, mce_amd: Rename decode_smca_errors() to decode_smca_error()



Singular fits better because it decodes a single error.

No functionality change.

Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
parent b2b3e736
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
	}