Re: [PATCH v2] iommu: Fix Kconfig indentation

From: Joerg Roedel
Date: Tue Dec 17 2019 - 04:35:19 EST


On Thu, Nov 21, 2019 at 04:19:30AM +0100, Krzysztof Kozlowski wrote:
> 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@xxxxxxxxxx>
>
> ---
>
> Changes since v1:
> 1. Fix also 7-space and tab+1 space indentation issues.
> ---
> drivers/iommu/Kconfig | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)

Applied, thanks.