From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-183.mta1.migadu.com (out-183.mta1.migadu.com [95.215.58.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 877A9137923 for ; Sun, 26 Jul 2026 10:17:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785061066; cv=none; b=NkZsZxqLg0dRhpbs5XyQiQLZ6hKc59+MV224xyGCMljDVU2pz699q3DbgunrcLHFoNcgguEWUkkszL1MIR+Y8XDQun4ADOBubMn/DyQTq6SU1E0AJbNVotr3d06/z9H7qVF1EehG7w0HKA1XpESzjdhJyqXN4wUuQLm4K1K6pwg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785061066; c=relaxed/simple; bh=Cg0wfV3w7ScuPwanORvt4PRaz5sEBcD/97PVqEJtzZQ=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=kllkBjTerg6zgfT238XIanBhX1iqFsdhYwunDyOn7Ewvu2zkdOpohrPiCneH7JuRtNWOTo0ja5u6TUpDP2NOlzlJvKBiYmm+tXA8NPxvFDziAw9gpE9eXfOdijmeMwCDmxw1hW7rlwoFmdZJxX1YzFWBFXhIzyEWZoWtFNRc8cE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=RTlybPS5; arc=none smtp.client-ip=95.215.58.183 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="RTlybPS5" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1785061060; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=9abScTXXThWLMY5hV6v1j4dNR4CCkWWH+LLrwhze6QA=; b=RTlybPS5IAaRchiKisH4+IRw3NWzaon2AAYyHz0R5aBmu83YHQLclVrVsfJTxJVi/uC0HA y3kn9GSBnGTYHtK2Lm9HeB6LNh8Adl1PU1WdBY37kl0171219vGQ20ai8aDnhRJuobZOyY seDpXgG/JnC2/E+ZogNU8sAjtu8rLSo= From: Thorsten Blum To: Borislav Petkov , Thomas Gleixner , Ingo Molnar , Dave Hansen , x86@kernel.org, "H. Peter Anvin" Cc: Thorsten Blum , linux-kernel@vger.kernel.org Subject: [PATCH] x86/microcode: Remove stray double quotes in copyright entries Date: Sun, 26 Jul 2026 12:15:52 +0200 Message-ID: <20260726101551.335502-3-thorsten.blum@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Developer-Signature: v=1; a=openpgp-sha256; l=1390; i=thorsten.blum@linux.dev; h=from:subject; bh=Cg0wfV3w7ScuPwanORvt4PRaz5sEBcD/97PVqEJtzZQ=; b=owGbwMvMwCUWt7pQ4caZUj3G02pJDFmp98Ij5LfOelB28GlSS53gp4xEHrPv51x358kmyLM7x KUfMT3dUcrCIMbFICumyPJg1o8ZvqU1lZtMInbCzGFlAhnCwMUpABP5wsfwP/vXDLNvJTltjyzL js05EXAntnjNmkNit5mOeuZuaz64/Bcjw/kZRXNv9G6TfXGl42as78wkEc1re/nvHNOwaKs4ael hwwIA X-Developer-Key: i=thorsten.blum@linux.dev; a=openpgp; fpr=1D60735E8AEF3BE473B69D84733678FD8DFEEAD4 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT 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 --- 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 - * H Peter Anvin" + * H Peter Anvin * (C) 2015 Borislav Petkov * * 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 - * H Peter Anvin" + * H Peter Anvin */ #define pr_fmt(fmt) "microcode: " fmt #include