Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alexander Gordeev and committed by
Heiko Carstens
5cfdff02 09cd4ffa

+4 -2
+4 -2
arch/s390/boot/startup.c
··· 195 195 asce_limit = _REGION2_SIZE; 196 196 rte_size = _REGION3_SIZE; 197 197 } 198 + 198 199 /* 199 - * forcing modules and vmalloc area under the ultravisor 200 + * Forcing modules and vmalloc area under the ultravisor 200 201 * secure storage limit, so that any vmalloc allocation 201 202 * we do could be used to back secure guest storage. 202 203 */ ··· 289 288 290 289 setup_lpp(); 291 290 safe_addr = mem_safe_offset(); 291 + 292 292 /* 293 - * reserve decompressor memory together with decompression heap, buffer and 293 + * Reserve decompressor memory together with decompression heap, buffer and 294 294 * memory which might be occupied by uncompressed kernel at default 1Mb 295 295 * position (if KASLR is off or failed). 296 296 */