]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Input: tsc2005 - fix Kconfig indentation
authorSebastian Reichel <sre@kernel.org>
Tue, 28 Jul 2015 00:27:09 +0000 (17:27 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 28 Jul 2015 05:28:17 +0000 (22:28 -0700)
Replace spaces with tab, so that the tsc2005 Kconfig entry matches the
other entries in drivers/input/touchscreen/Kconfig.

Signed-off-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/Kconfig

index 5b272ba091aba760a4d91a441bc4474bb02ace0d..cb8405d405069d47f34889a3a9a2202a0ecf3421 100644 (file)
@@ -915,10 +915,10 @@ config TOUCHSCREEN_TSC_SERIO
          module will be called tsc40.
 
 config TOUCHSCREEN_TSC2005
-        tristate "TSC2005 based touchscreens"
-        depends on SPI_MASTER
-        help
-          Say Y here if you have a TSC2005 based touchscreen.
+       tristate "TSC2005 based touchscreens"
+       depends on SPI_MASTER
+       help
+         Say Y here if you have a TSC2005 based touchscreen.
 
          If unsure, say N.