[PATCH] x86/microcode: Remove stray double quotes in copyright entries
From: Thorsten Blum
Date: Sun Jul 26 2026 - 06:17:53 EST
Remove the stray double quotes after H Peter Anvin's name so they do not
confuse syntax highlighting in several editors.
Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
---
arch/x86/kernel/cpu/microcode/core.c | 2 +-
arch/x86/kernel/cpu/microcode/intel.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/x86/kernel/cpu/microcode/core.c b/arch/x86/kernel/cpu/microcode/core.c
index 0dd0c7241c57..4492452f9ac1 100644
--- a/arch/x86/kernel/cpu/microcode/core.c
+++ b/arch/x86/kernel/cpu/microcode/core.c
@@ -9,7 +9,7 @@
* X86 CPU microcode early update for Linux:
*
* Copyright (C) 2012 Fenghua Yu <fenghua.yu@xxxxxxxxx>
- * H Peter Anvin" <hpa@xxxxxxxxx>
+ * H Peter Anvin <hpa@xxxxxxxxx>
* (C) 2015 Borislav Petkov <bp@xxxxxxxxx>
*
* This driver allows to upgrade microcode on x86 processors.
diff --git a/arch/x86/kernel/cpu/microcode/intel.c b/arch/x86/kernel/cpu/microcode/intel.c
index f4a444e6114d..9de4e9914ad5 100644
--- a/arch/x86/kernel/cpu/microcode/intel.c
+++ b/arch/x86/kernel/cpu/microcode/intel.c
@@ -8,7 +8,7 @@
* Intel CPU microcode early update for Linux
*
* Copyright (C) 2012 Fenghua Yu <fenghua.yu@xxxxxxxxx>
- * H Peter Anvin" <hpa@xxxxxxxxx>
+ * H Peter Anvin <hpa@xxxxxxxxx>
*/
#define pr_fmt(fmt) "microcode: " fmt
#include <linux/earlycpio.h>