[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <173978231585.10177.3897050426518699504.tip-bot2@tip-bot2>
Date: Mon, 17 Feb 2025 08:51:55 -0000
From: "tip-bot2 for Borislav Petkov (AMD)" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: "Borislav Petkov (AMD)" <bp@...en8.de>,
Thomas Gleixner <tglx@...utronix.de>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: x86/microcode] x86/microcode/AMD: Remove ugly linebreak in
__verify_patch_section() signature
The following commit has been merged into the x86/microcode branch of tip:
Commit-ID: 7103f0589ac220eac3d2b1e8411494b31b883d06
Gitweb: https://git.kernel.org/tip/7103f0589ac220eac3d2b1e8411494b31b883d06
Author: Borislav Petkov (AMD) <bp@...en8.de>
AuthorDate: Thu, 23 Jan 2025 13:14:34 +01:00
Committer: Borislav Petkov (AMD) <bp@...en8.de>
CommitterDate: Mon, 17 Feb 2025 09:42:13 +01:00
x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature
No functional changes.
Signed-off-by: Borislav Petkov (AMD) <bp@...en8.de>
Reviewed-by: Thomas Gleixner <tglx@...utronix.de>
Link: https://lore.kernel.org/r/20250211163648.30531-2-bp@kernel.org
---
arch/x86/kernel/cpu/microcode/amd.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/x86/kernel/cpu/microcode/amd.c b/arch/x86/kernel/cpu/microcode/amd.c
index a5dac7f..4a62625 100644
--- a/arch/x86/kernel/cpu/microcode/amd.c
+++ b/arch/x86/kernel/cpu/microcode/amd.c
@@ -246,8 +246,7 @@ static bool verify_equivalence_table(const u8 *buf, size_t buf_size)
* On success, @sh_psize returns the patch size according to the section header,
* to the caller.
*/
-static bool
-__verify_patch_section(const u8 *buf, size_t buf_size, u32 *sh_psize)
+static bool __verify_patch_section(const u8 *buf, size_t buf_size, u32 *sh_psize)
{
u32 p_type, p_size;
const u32 *hdr;
Powered by blists - more mailing lists