projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba643b6
)
x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature
author
Borislav Petkov (AMD)
<bp@alien8.de>
Thu, 23 Jan 2025 12:14:34 +0000
(13:14 +0100)
committer
Borislav 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
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/cpu/microcode/amd.c
b/arch/x86/kernel/cpu/microcode/amd.c
index
a5dac7f
..
4a62625
100644
(file)
--- 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;