aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/mod/modpost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index f51cf977c65b..49dfcd556c78 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -1685,7 +1685,7 @@ static void extable_mismatch_handler(const char* modname, struct elf_info *elf,
1685static void check_section_mismatch(const char *modname, struct elf_info *elf, 1685static void check_section_mismatch(const char *modname, struct elf_info *elf,
1686 Elf_Rela *r, Elf_Sym *sym, const char *fromsec) 1686 Elf_Rela *r, Elf_Sym *sym, const char *fromsec)
1687{ 1687{
1688 const char *tosec = sec_name(elf, get_secindex(elf, sym));; 1688 const char *tosec = sec_name(elf, get_secindex(elf, sym));
1689 const struct sectioncheck *mismatch = section_mismatch(fromsec, tosec); 1689 const struct sectioncheck *mismatch = section_mismatch(fromsec, tosec);
1690 1690
1691 if (mismatch) { 1691 if (mismatch) {