Commit c993971f authored by Sam Ravnborg's avatar Sam Ravnborg

kbuild: fix comment in modpost.c

There is some confusion on naming of the head section.
Correct naming is .head.text.

Fix comment so we use correct naming.
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent a182ad3d
...@@ -928,8 +928,7 @@ static int section_mismatch(const char *fromsec, const char *tosec) ...@@ -928,8 +928,7 @@ static int section_mismatch(const char *fromsec, const char *tosec)
* *probe_one, *_console, *_timer * *probe_one, *_console, *_timer
* *
* Pattern 3: * Pattern 3:
* Whitelist all refereces from .text.head to .init.data * Whitelist all references from .head.text to any init section
* Whitelist all refereces from .text.head to .init.text
* *
* Pattern 4: * Pattern 4:
* Some symbols belong to init section but still it is ok to reference * Some symbols belong to init section but still it is ok to reference
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment