Skip to content

Commit abf5c67

Browse files
krzkgregkh
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 553671b commit abf5c67

File tree

1 file changed

+1
-1
lines changed
  • drivers/base/firmware_loader

1 file changed

+1
-1
lines changed

drivers/base/firmware_loader/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ config FW_LOADER_USER_HELPER_FALLBACK
148148
to be used for all firmware requests which explicitly do not disable a
149149
a fallback mechanism. Firmware calls which do prohibit a fallback
150150
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
152152
be enabled by setting the proc sysctl value to true:
153153

154154
/proc/sys/kernel/firmware_config/force_sysfs_fallback

0 commit comments

Comments
 (0)