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 eb50ccb commit 9ff4eceCopy full SHA for 9ff4ece
arch/x86/kernel/cpu/microcode/amd.c
@@ -246,8 +246,7 @@ static bool verify_equivalence_table(const u8 *buf, size_t buf_size)
246
* On success, @sh_psize returns the patch size according to the section header,
247
* to the caller.
248
*/
249
-static bool
250
-__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)
251
{
252
u32 p_type, p_size;
253
const u32 *hdr;
0 commit comments