commit | 9ca9fe69eedb483c0811a4db7cb94942edfb1404 | [log] [tgz] |
---|---|---|
author | Krzysztof Kozlowski <krzk@kernel.org> | Wed Nov 20 21:42:36 2019 +0800 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Thu Jan 16 19:06:57 2020 +0100 |
tree | 33cfcd201f021f8df67f5e47992b01a253378517 | |
parent | 1349401ff1aa425e7381ed26feb63e0d6b557fc6 [diff] |
clocksource: 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: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20191120134236.15959-1-krzk@kernel.org