From: 黄涛 <huangtao@rock-chips.com>
Date: Mon, 6 Dec 2010 13:05:07 +0000 (+0800)
Subject: indent drivers/input/touchscreen/Kconfig drivers/input/touchscreen/Makefile
X-Git-Tag: firefly_0821_release~10985^2~4
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3db1a5214be1d260f40c48c879c96c93b71b8acf;p=firefly-linux-kernel-4.4.55.git

indent drivers/input/touchscreen/Kconfig drivers/input/touchscreen/Makefile
---

diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index 6fa4319fac6f..2eedef474725 100755
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -575,10 +575,11 @@ config TOUCHSCREEN_PCAP
 
 	  To compile this driver as a module, choose M here: the
 	  module will be called pcap_ts.
+
 config HANNSTAR_P1003
-       tristate "Hannstar P1003 touchscreen"
-       depends on I2C2_RK29
-       help
-       RK29 hannstar touch
-	  
+	tristate "Hannstar P1003 touchscreen"
+	depends on I2C2_RK29
+	help
+	  RK29 hannstar touch
+
 endif
diff --git a/drivers/input/touchscreen/Makefile b/drivers/input/touchscreen/Makefile
index 0e0d3cf25b03..99c469788c56 100644
--- a/drivers/input/touchscreen/Makefile
+++ b/drivers/input/touchscreen/Makefile
@@ -49,4 +49,4 @@ obj-$(CONFIG_TOUCHSCREEN_XPT2046_320X480_SPI)		+= xpt2046_ts_320X480.o
 obj-$(CONFIG_TOUCHSCREEN_XPT2046_320X480_CBN_SPI)		+= xpt2046_cbn_ts.o calibration_ts.o largenum_ts.o calib_iface_ts.o
 obj-$(CONFIG_TOUCHSCREEN_IT7250) += ctp_it7250.o
 obj-$(CONFIG_RK28_I2C_TS_NTP070)	+= ntp070.o
-obj-$(CONFIG_HANNSTAR_P1003)          += hannstar_p1003.o
\ No newline at end of file
+obj-$(CONFIG_HANNSTAR_P1003)		+= hannstar_p1003.o