We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae071f commit 1fffe7aCopy full SHA for 1fffe7a
scripts/mod/modpost.c
@@ -1720,6 +1720,8 @@ static void read_symbols(const char *modname)
1720
}
1721
1722
1723
+ if (extra_warn && !get_modinfo(&info, "description"))
1724
+ warn("missing MODULE_DESCRIPTION() in %s\n", modname);
1725
for (sym = info.symtab_start; sym < info.symtab_stop; sym++) {
1726
symname = remove_dot(info.strtab + sym->st_name);
1727
0 commit comments