Skip to content

Commit 9ff4ece

Browse files
bp3tk0vgregkh
authored andcommitted
x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature
commit 7103f05 upstream. 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 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent eb50ccb commit 9ff4ece

File tree

1 file changed

+1
-2
lines changed
  • arch/x86/kernel/cpu/microcode

1 file changed

+1
-2
lines changed

arch/x86/kernel/cpu/microcode/amd.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,7 @@ static bool verify_equivalence_table(const u8 *buf, size_t buf_size)
246246
* On success, @sh_psize returns the patch size according to the section header,
247247
* to the caller.
248248
*/
249-
static bool
250-
__verify_patch_section(const u8 *buf, size_t buf_size, u32 *sh_psize)
249+
static bool __verify_patch_section(const u8 *buf, size_t buf_size, u32 *sh_psize)
251250
{
252251
u32 p_type, p_size;
253252
const u32 *hdr;

0 commit comments

Comments
 (0)