Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

kbuild: add hint about __refdata to modpost

As requested by Guennadi Liakhovetski

Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

+1 -1
+1 -1
scripts/mod/modpost.c
··· 1196 1196 "The variable %s references\n" 1197 1197 "the %s %s%s%s\n" 1198 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 1200 "or name the variable:\n", 1201 1201 fromsym, to, sec2annotation(tosec), tosym, to_p); 1202 1202 while (*s)