From: Krzysztof Kozlowski Date: Wed, 20 Nov 2019 13:40:13 +0000 (+0800) Subject: platform/chrome: cros_ec: Fix Kconfig indentation X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=379c02ebcc9a30d1697923c10628ca32283675ff;p=openwrt%2Fstaging%2Fblogic.git platform/chrome: cros_ec: 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 Signed-off-by: Enric Balletbo i Serra --- diff --git a/drivers/platform/chrome/Kconfig b/drivers/platform/chrome/Kconfig index ee5f08ea57b6..b66cc7182287 100644 --- a/drivers/platform/chrome/Kconfig +++ b/drivers/platform/chrome/Kconfig @@ -132,9 +132,9 @@ config CROS_EC_LPC module will be called cros_ec_lpcs. config CROS_EC_PROTO - bool - help - ChromeOS EC communication protocol helpers. + bool + help + ChromeOS EC communication protocol helpers. config CROS_KBD_LED_BACKLIGHT tristate "Backlight LED support for Chrome OS keyboards"