src: Remove unneeded whitespace
Change-Id: I6c77f4289b46646872731ef9c20dc115f0cf876d Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29161 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
9856892297
commit
a342f3937e
164 changed files with 509 additions and 481 deletions
|
|
@ -129,7 +129,7 @@ static void apply_microcode_patch(const struct microcode *m)
|
|||
msr = rdmsr(0x8b);
|
||||
new_patch_id = msr.lo;
|
||||
|
||||
UCODE_DEBUG("updated to patch id = 0x%08x %s\n", new_patch_id ,
|
||||
UCODE_DEBUG("updated to patch id = 0x%08x %s\n", new_patch_id,
|
||||
(new_patch_id == m->patch_id) ? "success" : "fail");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue