aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2019-11-20 21:40:13 +0800
committerEnric Balletbo i Serra <enric.balletbo@collabora.com>2019-11-20 16:08:12 +0100
commit379c02ebcc9a30d1697923c10628ca32283675ff (patch)
tree5e6784298444bafebe9e6c50aadbf11cfeb4b396 /drivers/platform/chrome
parentplatform/chrome: wilco_ec: Add keyboard backlight LED support (diff)
downloadlinux-dev-379c02ebcc9a30d1697923c10628ca32283675ff.tar.xz
linux-dev-379c02ebcc9a30d1697923c10628ca32283675ff.zip
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 <krzk@kernel.org> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Diffstat (limited to 'drivers/platform/chrome')
-rw-r--r--drivers/platform/chrome/Kconfig6
1 files changed, 3 insertions, 3 deletions
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"