Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers: base: Fix Kconfig indentation

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
$ sed -e 's/^ /\t/' -i */Kconfig

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20191120134256.16186-1-krzk@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Krzysztof Kozlowski and committed by
Greg Kroah-Hartman
abf5c67d 553671b7

+1 -1
+1 -1
drivers/base/firmware_loader/Kconfig
··· 148 148 to be used for all firmware requests which explicitly do not disable a 149 149 a fallback mechanism. Firmware calls which do prohibit a fallback 150 150 mechanism is request_firmware_direct(). This option is kept for 151 - backward compatibility purposes given this precise mechanism can also 151 + backward compatibility purposes given this precise mechanism can also 152 152 be enabled by setting the proc sysctl value to true: 153 153 154 154 /proc/sys/kernel/firmware_config/force_sysfs_fallback