clk: Fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Thu, 21 Nov 2019 03:18:55 +0000 (04:18 +0100)
committerStephen Boyd <sboyd@kernel.org>
Sun, 5 Jan 2020 07:34:39 +0000 (23:34 -0800)
commit333d2d19df09bfa7363ad051e8557031abafee21
treee94bf24304298afede35aed777a338b598bc5a65
parente42617b825f8073569da76dc4510bfa019b1c35a
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>
drivers/clk/Kconfig
drivers/clk/mediatek/Kconfig
drivers/clk/mvebu/Kconfig
drivers/clk/qcom/Kconfig
drivers/clk/versatile/Kconfig