iommu: Fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Thu, 21 Nov 2019 03:19:30 +0000 (04:19 +0100)
committerJoerg Roedel <jroedel@suse.de>
Mon, 23 Dec 2019 13:06:26 +0000 (14:06 +0100)
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: Joerg Roedel <jroedel@suse.de>
drivers/iommu/Kconfig

index 0b9d78a0f3aca9bdb1d06acf08249b8606f652fc..c4486db105af01bfb5175dea3e84492254d86870 100644 (file)
@@ -82,7 +82,7 @@ config IOMMU_DEBUGFS
 config IOMMU_DEFAULT_PASSTHROUGH
        bool "IOMMU passthrough by default"
        depends on IOMMU_API
-        help
+       help
          Enable passthrough by default, removing the need to pass in
          iommu.passthrough=on or iommu=pt through command line. If this
          is enabled, you can still disable with iommu.passthrough=off
@@ -91,8 +91,8 @@ config IOMMU_DEFAULT_PASSTHROUGH
          If unsure, say N here.
 
 config OF_IOMMU
-       def_bool y
-       depends on OF && IOMMU_API
+       def_bool y
+       depends on OF && IOMMU_API
 
 # IOMMU-agnostic DMA-mapping layer
 config IOMMU_DMA