diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2017-10-11 09:58:20 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-10-16 00:10:33 +0000 |
commit | 95c4aa512157ebb4e226d6055014884ea34c0294 (patch) | |
tree | 86dc0bca724501bcc1b155525d0737f6d792c000 /src/arch/x86 | |
parent | 1d24b9631048d3e130fc72a4def6f6ec61d39fac (diff) |
arch/x86/gdt: Correct format of multi-line comment
Change-Id: I87148315cdf7e420eac2f3f680251f8e963a9707
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: https://review.coreboot.org/21956
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
Diffstat (limited to 'src/arch/x86')
-rw-r--r-- | src/arch/x86/gdt.c | 3 |
1 files changed, 2 insertions, 1 deletions
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) |