summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/mce.h
diff options
context:
space:
mode:
authorBorislav Petkov <bp@suse.de>2016-11-02 15:24:47 +0300
committerThomas Gleixner <tglx@linutronix.de>2016-11-08 19:10:14 +0300
commita9a1c0ee04aa771e5523ae33e458c702261ab547 (patch)
tree8ec82a2c98dfaf66433dcc0fa0cc36d2c0eb06ea /arch/x86/include/asm/mce.h
parent1ce9cd7f9f0b71af7c496b816734bc2dc699363a (diff)
downloadlinux-a9a1c0ee04aa771e5523ae33e458c702261ab547.tar.xz
x86/RAS: Rename smca_bank_names to smca_names
Make it differ more from struct smca_bank_name for better readability. Signed-off-by: Borislav Petkov <bp@suse.de> Tested-by: Yazen Ghannam <yazen.ghannam@amd.com> Link: http://lkml.kernel.org/r/20161103125556.15482-3-bp@alien8.de Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/include/asm/mce.h')
-rw-r--r--arch/x86/include/asm/mce.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/mce.h b/arch/x86/include/asm/mce.h
index ccc801a0da0f..8ffd21596dd7 100644
--- a/arch/x86/include/asm/mce.h
+++ b/arch/x86/include/asm/mce.h
@@ -361,7 +361,7 @@ struct smca_bank_name {
const char *long_name; /* Long name for pretty-printing */
};
-extern struct smca_bank_name smca_bank_names[N_SMCA_BANK_TYPES];
+extern struct smca_bank_name smca_names[N_SMCA_BANK_TYPES];
#define HWID_MCATYPE(hwid, mcatype) ((hwid << 16) | mcatype)