Re: [PATCH 21/27] treewide: surround file paths in Kconfig files with double quotes

From: Ingo Molnar
Date: Tue Dec 11 2018 - 09:44:02 EST



* Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> wrote:

> The Kconfig lexer supports special characters such as '.' and '/' in
> the parameter context. In my understanding, the reason is just to
> support bare file paths in the source statement.
>
> I do not see a good reason to complicate Kconfig for the room of
> ambiguity.
>
> The majority of code already surround file paths with double quotes,
> and it makes sense since the included file paths are constant string
> literals.
>
> Make it treewide consistent now.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>

Acked-by: Ingo Molnar <mingo@xxxxxxxxxx>

Thanks for doing all this Kconfig language work!

Thanks,

Ingo