dmaengine: Fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Thu, 21 Nov 2019 03:19:08 +0000 (04:19 +0100)
committerVinod Koul <vkoul@kernel.org>
Fri, 22 Nov 2019 05:46:26 +0000 (11:16 +0530)
commit67805a4b3c924927d9e064bca235461941f89e4a
tree51e97655d85927bf41395f9baba402500e93e0b4
parent7d268a28ee336ae233b036057607fb73b844d512
dmaengine: 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://lore.kernel.org/r/1574306348-29212-1-git-send-email-krzk@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/Kconfig