projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1357c9
)
modpost: Fix comment typo "Modules.symvers"
author
Paul Bolle
<pebolle@tiscali.nl>
Wed, 16 Apr 2014 16:05:35 +0000
(18:05 +0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 5 May 2014 13:44:11 +0000
(15:44 +0200)
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
scripts/mod/modpost.c
patch
|
blob
|
blame
|
history
diff --git
a/scripts/mod/modpost.c
b/scripts/mod/modpost.c
index 066355673930342a1b5e839950cbd1186ed6c24b..ea7f9530afa2a3256bbc51e8bc2c4c43039300ca 100644
(file)
--- a/
scripts/mod/modpost.c
+++ b/
scripts/mod/modpost.c
@@
-316,7
+316,7
@@
static struct symbol *sym_add_exported(const char *name, struct module *mod,
s->module->name,
is_vmlinux(s->module->name) ?"":".ko");
} else {
- /* In case Module
s
.symvers was out of date */
+ /* In case Module.symvers was out of date */
s->module = mod;
}
}