On Thu, Oct 28, 2021 at 2:16 PM Boris Kolpackov <boris@xxxxxxxxxxxxxxxxx> wrote: > > Masahiro Yamada <masahiroy@xxxxxxxxxx> writes: > > > +static void __print_symbol(FILE *fp, struct symbol *sym, enum output_n output_n, > > Identifier that start with double underscore are reserved. The same > goes for __conf_write_autoconf() in another patch. Without this patch, there are some functions that start with double underscores. For example, __expr_eliminate_eq() in scripts/kconfig/expr.c __expand_string() in scripts/kconfig/preprocess.c Are they problematic as well? -- Best Regards Masahiro Yamada