kernel\module.c
static
char
*get_modinfo(
const
struct
load_info *info,
*tag)
{
return
get_next_modinfo(info, tag, NULL);
}