treewide: surround Kconfig file paths with double quotes
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 11 Dec 2018 11:01:04 +0000 (20:01 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 21 Dec 2018 15:25:54 +0000 (00:25 +0900)
commit8636a1f9677db4f883f29a072f401303acfc2edd
treed6d66bcec84c006a8765b92878bea0a1ec90857b
parent48547bd23d0eeb2cf3a63ed588b46236eac5f2c3
treewide: surround Kconfig file paths with double quotes

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 surrounds file paths with double quotes,
and it makes sense since file paths are constant string literals.

Make it treewide consistent now.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Ingo Molnar <mingo@kernel.org>
30 files changed:
arch/arm/Kconfig
arch/arm/kvm/Kconfig
arch/arm64/Kconfig
arch/arm64/kvm/Kconfig
arch/ia64/Kconfig
arch/m68k/Kconfig
arch/mips/kvm/Kconfig
arch/openrisc/Kconfig
arch/powerpc/Kconfig
arch/powerpc/kvm/Kconfig
arch/riscv/Kconfig
arch/s390/Kconfig
arch/s390/kvm/Kconfig
arch/sh/Kconfig
arch/sparc/Kconfig
arch/x86/Kconfig
arch/x86/kvm/Kconfig
block/Kconfig
crypto/Kconfig
drivers/crypto/Kconfig
drivers/gpu/drm/i915/Kconfig
drivers/hwmon/Kconfig
drivers/i2c/Kconfig
drivers/pps/Kconfig
drivers/ras/Kconfig
drivers/thermal/Kconfig
drivers/w1/Kconfig
lib/Kconfig.debug
security/Kconfig
security/integrity/Kconfig