We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2deeb5 commit 65d820bCopy full SHA for 65d820b
arch/x86/kernel/cpu/microcode/amd.c
@@ -351,8 +351,7 @@ static bool verify_equivalence_table(const u8 *buf, size_t buf_size)
351
* On success, @sh_psize returns the patch size according to the section header,
352
* to the caller.
353
*/
354
-static bool
355
-__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)
356
{
357
u32 p_type, p_size;
358
const u32 *hdr;
0 commit comments