浏览代码

Blackfin arch: fix indentation -- use tabs, not spaces

Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Mike Frysinger 17 年之前
父节点
当前提交
e4e9a7adeb
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      arch/blackfin/Kconfig

+ 4 - 4
arch/blackfin/Kconfig

@@ -50,7 +50,7 @@ config GENERIC_HARDIRQS
 	default y
 
 config GENERIC_IRQ_PROBE
-        bool
+	bool
 	default y
 
 config GENERIC_TIME
@@ -300,9 +300,9 @@ config BFIN_KERNEL_CLOCK
 	  configuration.
 
 config PLL_BYPASS
-        bool "Bypass PLL"
-        depends on BFIN_KERNEL_CLOCK
-        default n
+	bool "Bypass PLL"
+	depends on BFIN_KERNEL_CLOCK
+	default n
 
 config CLKIN_HALF
 	bool "Half Clock In"