浏览代码

davinci: clean up inconsistent usage of spaces in Kconfig

In arch/arm/mach-davinci/Kconfig, some of the configuration
items are indented with multiple spaces instead of tabs.

Also, in couple of places, two spaces are used in the middle
of help text where one should do.

This patch fixes both issues.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Sekhar Nori 15 年之前
父节点
当前提交
a7884f454b
共有 1 个文件被更改,包括 16 次插入16 次删除
  1. 16 16
      arch/arm/mach-davinci/Kconfig

+ 16 - 16
arch/arm/mach-davinci/Kconfig

@@ -20,17 +20,17 @@ config ARCH_DAVINCI_DM644x
 	select ARCH_DAVINCI_DMx
 	select ARCH_DAVINCI_DMx
 
 
 config ARCH_DAVINCI_DM355
 config ARCH_DAVINCI_DM355
-        bool "DaVinci 355 based system"
+	bool "DaVinci 355 based system"
 	select AINTC
 	select AINTC
 	select ARCH_DAVINCI_DMx
 	select ARCH_DAVINCI_DMx
 
 
 config ARCH_DAVINCI_DM646x
 config ARCH_DAVINCI_DM646x
-        bool "DaVinci 646x based system"
+	bool "DaVinci 646x based system"
 	select AINTC
 	select AINTC
 	select ARCH_DAVINCI_DMx
 	select ARCH_DAVINCI_DMx
 
 
 config ARCH_DAVINCI_DA830
 config ARCH_DAVINCI_DA830
-        bool "DA830/OMAP-L137 based system"
+	bool "DA830/OMAP-L137 based system"
 	select CP_INTC
 	select CP_INTC
 	select ARCH_DAVINCI_DA8XX
 	select ARCH_DAVINCI_DA8XX
 	select CPU_DCACHE_WRITETHROUGH # needed on silicon revs 1.0, 1.1
 	select CPU_DCACHE_WRITETHROUGH # needed on silicon revs 1.0, 1.1
@@ -140,7 +140,7 @@ config DA830_UI_LCD
 config DA830_UI_NAND
 config DA830_UI_NAND
 	bool "NAND flash"
 	bool "NAND flash"
 	help
 	help
-	  Say Y here to use the NAND flash.  Do not forget to setup
+	  Say Y here to use the NAND flash. Do not forget to setup
 	  the switch correctly.
 	  the switch correctly.
 endchoice
 endchoice
 
 
@@ -195,20 +195,20 @@ config DAVINCI_MUX
 	  say Y.
 	  say Y.
 
 
 config DAVINCI_MUX_DEBUG
 config DAVINCI_MUX_DEBUG
-        bool "Multiplexing debug output"
-        depends on DAVINCI_MUX
-        help
-          Makes the multiplexing functions print out a lot of debug info.
-          This is useful if you want to find out the correct values of the
-          multiplexing registers.
+	bool "Multiplexing debug output"
+	depends on DAVINCI_MUX
+	help
+	  Makes the multiplexing functions print out a lot of debug info.
+	  This is useful if you want to find out the correct values of the
+	  multiplexing registers.
 
 
 config DAVINCI_MUX_WARNINGS
 config DAVINCI_MUX_WARNINGS
-        bool "Warn about pins the bootloader didn't set up"
-        depends on DAVINCI_MUX
-        help
-          Choose Y here to warn whenever driver initialization logic needs
-          to change the pin multiplexing setup.  When there are no warnings
-          printed, it's safe to deselect DAVINCI_MUX for your product.
+	bool "Warn about pins the bootloader didn't set up"
+	depends on DAVINCI_MUX
+	help
+	  Choose Y here to warn whenever driver initialization logic needs
+	  to change the pin multiplexing setup. When there are no warnings
+	  printed, it's safe to deselect DAVINCI_MUX for your product.
 
 
 config DAVINCI_RESET_CLOCKS
 config DAVINCI_RESET_CLOCKS
 	bool "Reset unused clocks during boot"
 	bool "Reset unused clocks during boot"