mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
scripts/mod/modpost.c: fix spelling of module and happens
Spelling fixes in scripts/mod/modpost.c Signed-off-by: Ben Dooks <ben-linux@fluff.org> Cc: Rusty Russell <rusty@rustcorp.com.au> Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
07a887d399
commit
32be1d2232
@ -1468,7 +1468,7 @@ static void section_rel(const char *modname, struct elf_info *elf,
|
||||
* marked __initdata will be discarded when the module has been intialized.
|
||||
* Likewise for modules used built-in the sections marked __exit
|
||||
* are discarded because __exit marked function are supposed to be called
|
||||
* only when a moduel is unloaded which never happes for built-in modules.
|
||||
* only when a module is unloaded which never happens for built-in modules.
|
||||
* The check_sec_ref() function traverses all relocation records
|
||||
* to find all references to a section that reference a section that will
|
||||
* be discarded and warns about it.
|
||||
|
Loading…
Reference in New Issue
Block a user