提交 4ab1784b 编写于 作者: B Borislav Petkov

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: NBorislav Petkov <bp@suse.de>
上级 b2b3e736
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册