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)