]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
x86/microcode/AMD: Remove bogus comment from parse_container()
authorNikolay Borisov <nik.borisov@suse.com>
Fri, 18 Oct 2024 15:51:51 +0000 (18:51 +0300)
committerBorislav Petkov (AMD) <bp@alien8.de>
Tue, 31 Dec 2024 13:03:33 +0000 (14:03 +0100)
The function doesn't return an equivalence ID, remove the false comment.

Signed-off-by: Nikolay Borisov <nik.borisov@suse.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20241018155151.702350-4-nik.borisov@suse.com
arch/x86/kernel/cpu/microcode/amd.c

index d395665d9691ff6e1fc2e577f6a027d9aeef8f7b..95431e4d9faebde4990c941666071a2e35e0ec4a 100644 (file)
@@ -381,8 +381,8 @@ static bool mc_patch_matches(struct microcode_amd *mc, u16 eq_id)
 
 /*
  * This scans the ucode blob for the proper container as we can have multiple
- * containers glued together. Returns the equivalence ID from the equivalence
- * table or 0 if none found.
+ * containers glued together.
+ *
  * Returns the amount of bytes consumed while scanning. @desc contains all the
  * data we're going to use in later stages of the application.
  */