diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-11-21 06:18:55 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-01-05 10:34:39 +0300 |
commit | 333d2d19df09bfa7363ad051e8557031abafee21 (patch) | |
tree | e94bf24304298afede35aed777a338b598bc5a65 /drivers/clk/versatile | |
parent | e42617b825f8073569da76dc4510bfa019b1c35a (diff) | |
download | linux-333d2d19df09bfa7363ad051e8557031abafee21.tar.xz |
clk: 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://lkml.kernel.org/r/1574306335-29026-1-git-send-email-krzk@kernel.org
[sboyd@kernel.org: Fixup mediatek to have two spaces for help indent]
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/versatile')
-rw-r--r-- | drivers/clk/versatile/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/versatile/Kconfig b/drivers/clk/versatile/Kconfig index ac766855ba16..c2618f1477a2 100644 --- a/drivers/clk/versatile/Kconfig +++ b/drivers/clk/versatile/Kconfig @@ -9,7 +9,7 @@ config COMMON_CLK_VERSATILE COMPILE_TEST select REGMAP_MMIO ---help--- - Supports clocking on ARM Reference designs: + Supports clocking on ARM Reference designs: - Integrator/AP and Integrator/CP - RealView PB1176, EB, PB11MP and PBX - Versatile Express |