From 95c4aa512157ebb4e226d6055014884ea34c0294 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 11 Oct 2017 09:58:20 +0200 Subject: arch/x86/gdt: Correct format of multi-line comment Change-Id: I87148315cdf7e420eac2f3f680251f8e963a9707 Signed-off-by: Paul Menzel Reviewed-on: https://review.coreboot.org/21956 Tested-by: build bot (Jenkins) Reviewed-by: Sumeet R Pawnikar --- src/arch/x86/gdt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/arch') diff --git a/src/arch/x86/gdt.c b/src/arch/x86/gdt.c index baf125cf1e..b7bc62eb70 100644 --- a/src/arch/x86/gdt.c +++ b/src/arch/x86/gdt.c @@ -30,7 +30,8 @@ struct gdtarg { #endif } __packed; -/* Copy GDT to new location and reload it. +/* + * Copy GDT to new location and reload it. * FIXME: We only do this for BSP CPU. */ static void move_gdt(int is_recovery) -- cgit v1.2.3