Skip to content

Commit

Permalink
s390/boot: fix minor comment style damages
Browse files Browse the repository at this point in the history
Acked-by: Sumanth Korikkar <sumanthk@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
  • Loading branch information
Alexander Gordeev authored and Heiko Carstens committed Feb 26, 2024
1 parent 923d48e commit 13ff094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/s390/boot/startup.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ static void kaslr_adjust_got(unsigned long offset)

/*
* 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++)
*entry += offset;
Expand Down Expand Up @@ -448,8 +448,8 @@ void startup_kernel(void)
/*
* The order of the following operations is important:
*
* - kaslr_adjust_relocs() must follow clear_bss_section() to establish static
* memory references to data in .bss to be used by setup_vmem()
* - kaslr_adjust_relocs() must follow clear_bss_section() to establish
* static memory references to data in .bss to be used by setup_vmem()
* (i.e init_mm.pgd)
*
* - setup_vmem() must follow kaslr_adjust_relocs() to be able using
Expand Down

0 comments on commit 13ff094

Please sign in to comment.