diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mod/modpost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index a5c17db14ee5..268d4571664d 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c | |||
@@ -727,7 +727,7 @@ int match(const char *sym, const char * const pat[]) | |||
727 | 727 | ||
728 | /* sections that we do not want to do full section mismatch check on */ | 728 | /* sections that we do not want to do full section mismatch check on */ |
729 | static const char *section_white_list[] = | 729 | static const char *section_white_list[] = |
730 | { ".comment", ".debug*", ".stab*", ".note*", ".got*", ".toc*", NULL }; | 730 | { ".comment*", ".debug*", ".stab*", ".note*", ".got*", ".toc*", NULL }; |
731 | 731 | ||
732 | /* | 732 | /* |
733 | * This is used to find sections missing the SHF_ALLOC flag. | 733 | * This is used to find sections missing the SHF_ALLOC flag. |