Kconfig: Add missing quotes around source file
All errors are generated by ./tools/qconfig.py -b -j8 -i whatever. Error look like this: drivers/crypto/Kconfig:9: warning: style: quotes recommended around 'drivers/crypto/nuvoton/Kconfig' in 'source drivers/crypto/nuvoton/Kconfig' Signed-off-by: Michal Simek <michal.simek@amd.com>
This commit is contained in:
18
lib/Kconfig
18
lib/Kconfig
@@ -416,7 +416,7 @@ config TRACE_EARLY_ADDR
|
||||
config CIRCBUF
|
||||
bool "Enable circular buffer support"
|
||||
|
||||
source lib/dhry/Kconfig
|
||||
source "lib/dhry/Kconfig"
|
||||
|
||||
menu "Security support"
|
||||
|
||||
@@ -429,10 +429,10 @@ config AES
|
||||
supported by the algorithm but only a 128-bit key is supported at
|
||||
present.
|
||||
|
||||
source lib/ecdsa/Kconfig
|
||||
source lib/rsa/Kconfig
|
||||
source lib/crypto/Kconfig
|
||||
source lib/crypt/Kconfig
|
||||
source "lib/ecdsa/Kconfig"
|
||||
source "lib/rsa/Kconfig"
|
||||
source "lib/crypto/Kconfig"
|
||||
source "lib/crypt/Kconfig"
|
||||
|
||||
config TPM
|
||||
bool "Trusted Platform Module (TPM) Support"
|
||||
@@ -1081,9 +1081,9 @@ config SMBIOS_PARSER
|
||||
help
|
||||
A simple parser for SMBIOS data.
|
||||
|
||||
source lib/efi/Kconfig
|
||||
source lib/efi_loader/Kconfig
|
||||
source lib/optee/Kconfig
|
||||
source "lib/efi/Kconfig"
|
||||
source "lib/efi_loader/Kconfig"
|
||||
source "lib/optee/Kconfig"
|
||||
|
||||
config TEST_FDTDEC
|
||||
bool "enable fdtdec test"
|
||||
@@ -1148,4 +1148,4 @@ config PHANDLE_CHECK_SEQ
|
||||
|
||||
endmenu
|
||||
|
||||
source lib/fwu_updates/Kconfig
|
||||
source "lib/fwu_updates/Kconfig"
|
||||
|
||||
Reference in New Issue
Block a user