summaryrefslogtreecommitdiffstats
path: root/arch/s390/boot
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2024-10-18 15:26:25 +0200
committerHeiko Carstens <hca@linux.ibm.com>2024-10-25 16:03:23 +0200
commite6ebf0d6514bd4438f43fe8926723cf807355b7e (patch)
treefaa8e842ee3c1b07182d17e280103f2845b4b9f4 /arch/s390/boot
parents390/cio: Do not unregister the subchannel based on DNV (diff)
downloadlinux-e6ebf0d6514bd4438f43fe8926723cf807355b7e.tar.xz
linux-e6ebf0d6514bd4438f43fe8926723cf807355b7e.zip
s390: Fix various typos
Run codespell on arch/s390 and drivers/s390 and fix all typos. Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch/s390/boot')
-rw-r--r--arch/s390/boot/startup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/boot/startup.c b/arch/s390/boot/startup.c
index c8f149ad77e5..bf145965baf2 100644
--- a/arch/s390/boot/startup.c
+++ b/arch/s390/boot/startup.c
@@ -480,7 +480,7 @@ void startup_kernel(void)
* __vmlinux_relocs_64_end as the lower range address. However,
* .amode31 section is written to by the decompressed kernel - at
* that time the contents of .vmlinux.relocs is not needed anymore.
- * Conversly, .vmlinux.relocs is read only by the decompressor, even
+ * Conversely, .vmlinux.relocs is read only by the decompressor, even
* before the kernel started. Therefore, in case the two sections
* overlap there is no risk of corrupting any data.
*/