Commit 13ff094d authored by Alexander Gordeev's avatar Alexander Gordeev Committed by Heiko Carstens

s390/boot: fix minor comment style damages

Acked-by: default avatarSumanth Korikkar <sumanthk@linux.ibm.com>
Acked-by: default avatarHeiko Carstens <hca@linux.ibm.com>
Signed-off-by: default avatarAlexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: default avatarHeiko Carstens <hca@linux.ibm.com>
parent 923d48e4
...@@ -214,7 +214,7 @@ static void kaslr_adjust_got(unsigned long offset) ...@@ -214,7 +214,7 @@ static void kaslr_adjust_got(unsigned long offset)
/* /*
* Even without -fPIE, Clang still uses a global offset table for some * Even without -fPIE, Clang still uses a global offset table for some
* reason. Adjust the GOT entries. * reason. Adjust the GOT entries.
*/ */
for (entry = (u64 *)vmlinux.got_start; entry < (u64 *)vmlinux.got_end; entry++) for (entry = (u64 *)vmlinux.got_start; entry < (u64 *)vmlinux.got_end; entry++)
*entry += offset; *entry += offset;
...@@ -448,8 +448,8 @@ void startup_kernel(void) ...@@ -448,8 +448,8 @@ void startup_kernel(void)
/* /*
* The order of the following operations is important: * The order of the following operations is important:
* *
* - kaslr_adjust_relocs() must follow clear_bss_section() to establish static * - kaslr_adjust_relocs() must follow clear_bss_section() to establish
* memory references to data in .bss to be used by setup_vmem() * static memory references to data in .bss to be used by setup_vmem()
* (i.e init_mm.pgd) * (i.e init_mm.pgd)
* *
* - setup_vmem() must follow kaslr_adjust_relocs() to be able using * - setup_vmem() must follow kaslr_adjust_relocs() to be able using
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment