[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNASx05b8pWJDaBbRE8rMZ_ceL1qFCMZQ9Dy21pJsuTM_+w@mail.gmail.com>
Date: Fri, 5 Nov 2021 17:46:12 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Boris Kolpackov <boris@...esynthesis.com>
Cc: Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 03/10] kconfig: refactor conf_write_symbol()
On Thu, Oct 28, 2021 at 2:16 PM Boris Kolpackov <boris@...esynthesis.com> wrote:
>
> Masahiro Yamada <masahiroy@...nel.org> 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
Powered by blists - more mailing lists