Skip to content

Commit 65d820b

Browse files
bp3tk0vmehmetb0
authored andcommitted
x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature
BugLink: https://bugs.launchpad.net/bugs/2106703 commit 7103f05 upstream. No functional changes. Signed-off-by: Borislav Petkov (AMD) <[email protected]> Reviewed-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Noah Wager <[email protected]> Signed-off-by: Mehmet Basaran <[email protected]>
1 parent c2deeb5 commit 65d820b

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
@@ -351,8 +351,7 @@ static bool verify_equivalence_table(const u8 *buf, size_t buf_size)
351351
* On success, @sh_psize returns the patch size according to the section header,
352352
* to the caller.
353353
*/
354-
static bool
355-
__verify_patch_section(const u8 *buf, size_t buf_size, u32 *sh_psize)
354+
static bool __verify_patch_section(const u8 *buf, size_t buf_size, u32 *sh_psize)
356355
{
357356
u32 p_type, p_size;
358357
const u32 *hdr;

0 commit comments

Comments
 (0)