diff options
Diffstat (limited to 'scripts/mod/modpost.c')
-rw-r--r-- | 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 57d71a5f31b6..e5ae695458eb 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) | |||
928 | * *probe_one, *_console, *_timer | 928 | * *probe_one, *_console, *_timer |
929 | * | 929 | * |
930 | * Pattern 3: | 930 | * Pattern 3: |
931 | * Whitelist all refereces from .text.head to .init.data | 931 | * Whitelist all references from .head.text to any init section |
932 | * Whitelist all refereces from .text.head to .init.text | ||
933 | * | 932 | * |
934 | * Pattern 4: | 933 | * Pattern 4: |
935 | * Some symbols belong to init section but still it is ok to reference | 934 | * Some symbols belong to init section but still it is ok to reference |