]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature
authorBorislav Petkov (AMD) <bp@alien8.de>
Thu, 23 Jan 2025 12:14:34 +0000 (13:14 +0100)
committerBorislav Petkov (AMD) <bp@alien8.de>
Mon, 17 Feb 2025 08:42:13 +0000 (09:42 +0100)
No functional changes.

Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20250211163648.30531-2-bp@kernel.org
arch/x86/kernel/cpu/microcode/amd.c

index a5dac7f3c0a07b086ec261fa462e3fc970765e05..4a62625c311a6d1748dfac3f81afb3b5d1902087 100644 (file)
@@ -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;