Skip to content

Commit db80b2e

Browse files
Nikolay Borisovbp3tk0v
authored andcommitted
x86/microcode/AMD: Remove bogus comment from parse_container()
The function doesn't return an equivalence ID, remove the false comment. Signed-off-by: Nikolay Borisov <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent a85c08a commit db80b2e

File tree

1 file changed

+2
-2
lines changed
  • arch/x86/kernel/cpu/microcode

1 file changed

+2
-2
lines changed

arch/x86/kernel/cpu/microcode/amd.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,8 @@ static bool mc_patch_matches(struct microcode_amd *mc, u16 eq_id)
381381

382382
/*
383383
* This scans the ucode blob for the proper container as we can have multiple
384-
* containers glued together. Returns the equivalence ID from the equivalence
385-
* table or 0 if none found.
384+
* containers glued together.
385+
*
386386
* Returns the amount of bytes consumed while scanning. @desc contains all the
387387
* data we're going to use in later stages of the application.
388388
*/

0 commit comments

Comments
 (0)