projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
396c100
)
s390/kernel: fix a typo
author
Bhaskar Chowdhury
<unixbhaskar@gmail.com>
Mon, 22 Mar 2021 06:25:00 +0000
(11:55 +0530)
committer
Heiko Carstens
<hca@linux.ibm.com>
Mon, 22 Mar 2021 10:36:05 +0000
(11:36 +0100)
s/struture/structure/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Link:
https://lore.kernel.org/r/20210322062500.3109603-1-unixbhaskar@gmail.com
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/kernel/os_info.c
patch
|
blob
|
history
diff --git
a/arch/s390/kernel/os_info.c
b/arch/s390/kernel/os_info.c
index
0a5e4ba
..
5a7420b
100644
(file)
--- 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 stru
c
ture and set lowcore pointer
*/
void __init os_info_init(void)
{