Gitweb: http://git.kernel.org/linus/c993971f4a7dc7ae43963aecb958395353c109ae Commit: c993971f4a7dc7ae43963aecb958395353c109ae Parent: a182ad3d0f858f50bb719a48bb35a013e12366c5 Author: Sam Ravnborg <sam@ravnborg.org> AuthorDate: Sun Apr 26 11:17:42 2009 +0200 Committer: Sam Ravnborg <sam@ravnborg.org> CommitDate: Fri May 1 10:54:04 2009 +0200 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: Sam Ravnborg <sam@ravnborg.org> --- scripts/mod/modpost.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 57d71a5..e5ae695 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c @@ -928,8 +928,7 @@ static int section_mismatch(const char *fromsec, const char *tosec) * *probe_one, *_console, *_timer * * Pattern 3: - * Whitelist all refereces from .text.head to .init.data - * Whitelist all refereces from .text.head to .init.text + * Whitelist all references from .head.text to any init section * * Pattern 4: * Some symbols belong to init section but still it is ok to reference -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
