projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c320cf
)
init.h: fix spelling typo in comment
author
Jiangshan Yi
<yijiangshan@kylinos.cn>
Mon, 5 Sep 2022 02:10:34 +0000
(10:10 +0800)
committer
Andrew Morton
<akpm@linux-foundation.org>
Mon, 3 Oct 2022 21:21:42 +0000
(14:21 -0700)
Fix spelling typo in comment.
Link:
https://lkml.kernel.org/r/20220905021034.947701-1-13667453960@163.com
Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/init.h
patch
|
blob
|
history
diff --git
a/include/linux/init.h
b/include/linux/init.h
index baf0b29a7010adf7e1779ea935623375e63f019c..3254766ebbf23a823cfa87d63da8f552b9a4c461 100644
(file)
--- a/
include/linux/init.h
+++ b/
include/linux/init.h
@@
-134,7
+134,7
@@
static inline initcall_t initcall_from_entry(initcall_entry_t *entry)
extern initcall_entry_t __con_initcall_start[], __con_initcall_end[];
-/* Used for contructor calls. */
+/* Used for con
s
tructor calls. */
typedef void (*ctor_fn_t)(void);
struct file_system_type;