X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=config%2Fsymbol.c;h=09fd6fa18e1a48775ad9149e78815fe4d55bd2fb;hb=e64410ae1fc3f2db21bc15812149871e61638589;hp=d1457836e92a1cfc509a922c1de1ad9c7af60ed0;hpb=18b696a20bbca64a93dfecae0fdff3fb0dc85166;p=carl9170fw.git diff --git a/config/symbol.c b/config/symbol.c index d145783..09fd6fa 100644 --- a/config/symbol.c +++ b/config/symbol.c @@ -86,7 +86,7 @@ static struct property *sym_get_default_prop(struct symbol *sym) return NULL; } -static struct property *sym_get_range_prop(struct symbol *sym) +struct property *sym_get_range_prop(struct symbol *sym) { struct property *prop; @@ -1114,7 +1114,7 @@ static void sym_check_print_recursive(struct symbol *last_sym) } fprintf(stderr, - "For a resolution refer to Documentation/kbuild/kconfig-language.txt\n" + "For a resolution refer to Documentation/kbuild/kconfig-language.rst\n" "subsection \"Kconfig recursive dependency limitations\"\n" "\n");