From: Bhaskar Chowdhury Date: Mon, 22 Mar 2021 06:25:00 +0000 (+0530) Subject: s390/kernel: fix a typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5671d9718faf8c8520228c2acb91f3c0cc64192b;p=linux.git s390/kernel: fix a typo s/struture/structure/ Signed-off-by: Bhaskar Chowdhury Link: https://lore.kernel.org/r/20210322062500.3109603-1-unixbhaskar@gmail.com Signed-off-by: Heiko Carstens --- diff --git a/arch/s390/kernel/os_info.c b/arch/s390/kernel/os_info.c index 0a5e4bafb6ad1..5a7420b23aa89 100644 --- a/arch/s390/kernel/os_info.c +++ b/arch/s390/kernel/os_info.c @@ -52,7 +52,7 @@ void os_info_entry_add(int nr, void *ptr, u64 size) } /* - * Initialize OS info struture and set lowcore pointer + * Initialize OS info structure and set lowcore pointer */ void __init os_info_init(void) {