Skip to content

Commit

Permalink
platform/chrome: cros_ec: Fix Kconfig indentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Krzysztof Kozlowski authored and Enric Balletbo i Serra committed Nov 20, 2019
1 parent 119a3cb commit 379c02e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/platform/chrome/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 379c02e

Please sign in to comment.