Christian Walter has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/32987
Change subject: src/cpu/x86/lapic/lapic.c: Add missing newline ......................................................................
src/cpu/x86/lapic/lapic.c: Add missing newline
Added missing new line to Info Output.
Change-Id: Ic4cd63f231de918fad7cd34724651bf8eb1c8e62 Signed-off-by: Christian Walter christian.walter@9elements.com --- M src/cpu/x86/lapic/lapic.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/32987/1
diff --git a/src/cpu/x86/lapic/lapic.c b/src/cpu/x86/lapic/lapic.c index 8cd3092..755fbe2 100644 --- a/src/cpu/x86/lapic/lapic.c +++ b/src/cpu/x86/lapic/lapic.c @@ -24,7 +24,7 @@ * see the Intel mp1.4 spec, page A-3 */
- printk(BIOS_INFO, "Setting up local APIC..."); + printk(BIOS_INFO, "Setting up local APIC...\n");
/* Enable the local APIC */ enable_lapic();
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/32987 )
Change subject: src/cpu/x86/lapic/lapic.c: Add missing newline ......................................................................
Patch Set 1: Code-Review+2
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/32987 )
Change subject: src/cpu/x86/lapic/lapic.c: Add missing newline ......................................................................
Patch Set 1: Code-Review+2
Philipp Deppenwiese has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/32987 )
Change subject: src/cpu/x86/lapic/lapic.c: Add missing newline ......................................................................
src/cpu/x86/lapic/lapic.c: Add missing newline
Added missing new line to Info Output.
Change-Id: Ic4cd63f231de918fad7cd34724651bf8eb1c8e62 Signed-off-by: Christian Walter christian.walter@9elements.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/32987 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Arthur Heymans arthur@aheymans.xyz Reviewed-by: Angel Pons th3fanbus@gmail.com --- M src/cpu/x86/lapic/lapic.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Arthur Heymans: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/src/cpu/x86/lapic/lapic.c b/src/cpu/x86/lapic/lapic.c index 8cd3092..755fbe2 100644 --- a/src/cpu/x86/lapic/lapic.c +++ b/src/cpu/x86/lapic/lapic.c @@ -24,7 +24,7 @@ * see the Intel mp1.4 spec, page A-3 */
- printk(BIOS_INFO, "Setting up local APIC..."); + printk(BIOS_INFO, "Setting up local APIC...\n");
/* Enable the local APIC */ enable_lapic();