Skip to content

Commit 5cfdff0

Browse files
Alexander Gordeevhcahca
authored andcommitted
s390/boot: fix multi-line comments style
Make multi-line comment style consistent across the source. 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>
1 parent 09cd4ff commit 5cfdff0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

arch/s390/boot/startup.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,9 @@ static unsigned long setup_kernel_memory_layout(void)
195195
asce_limit = _REGION2_SIZE;
196196
rte_size = _REGION3_SIZE;
197197
}
198+
198199
/*
199-
* forcing modules and vmalloc area under the ultravisor
200+
* Forcing modules and vmalloc area under the ultravisor
200201
* secure storage limit, so that any vmalloc allocation
201202
* we do could be used to back secure guest storage.
202203
*/
@@ -288,8 +289,9 @@ void startup_kernel(void)
288289

289290
setup_lpp();
290291
safe_addr = mem_safe_offset();
292+
291293
/*
292-
* reserve decompressor memory together with decompression heap, buffer and
294+
* Reserve decompressor memory together with decompression heap, buffer and
293295
* memory which might be occupied by uncompressed kernel at default 1Mb
294296
* position (if KASLR is off or failed).
295297
*/

0 commit comments

Comments
 (0)