Input: fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Fri, 22 Nov 2019 22:49:30 +0000 (14:49 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 22 Nov 2019 23:19:19 +0000 (15:19 -0800)
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>
Link: https://lore.kernel.org/r/1574306373-29581-1-git-send-email-krzk@kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/Kconfig
drivers/input/mouse/Kconfig
drivers/input/tablet/Kconfig
drivers/input/touchscreen/Kconfig

index 1ddfc24..61f4eb6 100644 (file)
@@ -167,14 +167,14 @@ config KEYBOARD_QT1050
          the module will be called qt1050
 
 config KEYBOARD_QT1070
-       tristate "Atmel AT42QT1070 Touch Sensor Chip"
-       depends on I2C
-       help
-         Say Y here if you want to use Atmel AT42QT1070 QTouch
-         Sensor chip as input device.
-
-         To compile this driver as a module, choose M here:
-         the module will be called qt1070
+       tristate "Atmel AT42QT1070 Touch Sensor Chip"
+       depends on I2C
+       help
+         Say Y here if you want to use Atmel AT42QT1070 QTouch
+         Sensor chip as input device.
+
+         To compile this driver as a module, choose M here:
+         the module will be called qt1070
 
 config KEYBOARD_QT2160
        tristate "Atmel AT42QT2160 Touch Sensor Chip"
index bf738d3..d8b6a5d 100644 (file)
@@ -92,14 +92,14 @@ config MOUSE_PS2_SYNAPTICS_SMBUS
          If unsure, say Y.
 
 config MOUSE_PS2_CYPRESS
-       bool "Cypress PS/2 mouse protocol extension" if EXPERT
-       default y
-       depends on MOUSE_PS2
-       help
-         Say Y here if you have a Cypress PS/2 Trackpad connected to
-         your system.
-
-         If unsure, say Y.
+       bool "Cypress PS/2 mouse protocol extension" if EXPERT
+       default y
+       depends on MOUSE_PS2
+       help
+         Say Y here if you have a Cypress PS/2 Trackpad connected to
+         your system.
+
+         If unsure, say Y.
 
 config MOUSE_PS2_LIFEBOOK
        bool "Fujitsu Lifebook PS/2 mouse protocol extension" if EXPERT
index e4c0d9a..51c3391 100644 (file)
@@ -39,16 +39,16 @@ config TABLET_USB_AIPTEK
          module will be called aiptek.
 
 config TABLET_USB_GTCO
-        tristate "GTCO CalComp/InterWrite USB Support"
-        depends on USB && INPUT
-        help
-          Say Y here if you want to use the USB version of the GTCO
-          CalComp/InterWrite Tablet.  Make sure to say Y to "Mouse support"
-          (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
-          (CONFIG_INPUT_EVDEV) as well.
-
-          To compile this driver as a module, choose M here: the
-          module will be called gtco.
+       tristate "GTCO CalComp/InterWrite USB Support"
+       depends on USB && INPUT
+       help
+         Say Y here if you want to use the USB version of the GTCO
+         CalComp/InterWrite Tablet.  Make sure to say Y to "Mouse support"
+         (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support"
+         (CONFIG_INPUT_EVDEV) as well.
+
+         To compile this driver as a module, choose M here: the
+         module will be called gtco.
 
 config TABLET_USB_HANWANG
        tristate "Hanwang Art Master III tablet support (USB)"
index 40bfc55..c071f7c 100644 (file)
@@ -633,7 +633,7 @@ config TOUCHSCREEN_HP600
        depends on SH_HP6XX && SH_ADC
        help
          Say Y here if you have a HP Jornada 620/660/680/690 and want to
-          support the built-in touchscreen.
+         support the built-in touchscreen.
 
          To compile this driver as a module, choose M here: the
          module will be called hp680_ts_input.