Messages in this thread |  | | Date | Wed, 29 Sep 2021 16:01:48 +0200 | | From | Boris Kolpackov <> | | Subject | Re: [PATCH 2/2] kconfig: rename a variable in the lexer to a clearer name |
| |
Masahiro Yamada <masahiroy@kernel.org> writes:
> In Kconfig, like Python, you can enclose a string by double-quotes or > single-quotes. So, both "foo" and 'foo' are allowed. > > The variable, "str", is used to remember whether the string started with > a double-quote or a single-quote. > > Rename it to a clearer name. The type should be 'char'.
LGTM.
Reviewed-by: Boris Kolpackov <boris@codesynthesis.com>
|  |