]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
mtd: onenand: Fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 20 Nov 2019 13:40:50 +0000 (21:40 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 21 Jan 2020 18:59:34 +0000 (19:59 +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: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/onenand/Kconfig

index ae0b8fe5b990d1a8bbfb750a01a813822d0e2e36..ea382fc48432534f8277068b023cc825e54c2e5e 100644 (file)
@@ -33,12 +33,12 @@ config MTD_ONENAND_OMAP2
          Enable dmaengine and gpiolib for better performance.
 
 config MTD_ONENAND_SAMSUNG
-        tristate "OneNAND on Samsung SOC controller support"
-        depends on ARCH_S3C64XX || ARCH_S5PV210 || ARCH_EXYNOS4
-        help
-          Support for a OneNAND flash device connected to an Samsung SOC.
-          S3C64XX uses command mapping method.
-          S5PC110/S5PC210 use generic OneNAND method.
+       tristate "OneNAND on Samsung SOC controller support"
+       depends on ARCH_S3C64XX || ARCH_S5PV210 || ARCH_EXYNOS4
+       help
+         Support for a OneNAND flash device connected to an Samsung SOC.
+         S3C64XX uses command mapping method.
+         S5PC110/S5PC210 use generic OneNAND method.
 
 config MTD_ONENAND_OTP
        bool "OneNAND OTP Support"