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 94e71efb2c14..4522948a012e 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -1196,7 +1196,7 @@ static void report_sec_mismatch(const char *modname, enum mismatch mismatch,
1196 "The variable %s references\n" 1196 "The variable %s references\n"
1197 "the %s %s%s%s\n" 1197 "the %s %s%s%s\n"
1198 "If the reference is valid then annotate the\n" 1198 "If the reference is valid then annotate the\n"
1199 "variable with __init* (see linux/init.h) " 1199 "variable with __init* or __refdata (see linux/init.h) "
1200 "or name the variable:\n", 1200 "or name the variable:\n",
1201 fromsym, to, sec2annotation(tosec), tosym, to_p); 1201 fromsym, to, sec2annotation(tosec), tosym, to_p);
1202 while (*s) 1202 while (*s)