Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: fix Kconfig indentation

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>

authored by

Krzysztof Kozlowski and committed by
Dmitry Torokhov
bcf1e034 dffe969a

+24 -24
+7 -7
drivers/input/keyboard/Kconfig
··· 167 167 the module will be called qt1050 168 168 169 169 config KEYBOARD_QT1070 170 - tristate "Atmel AT42QT1070 Touch Sensor Chip" 171 - depends on I2C 172 - help 173 - Say Y here if you want to use Atmel AT42QT1070 QTouch 174 - Sensor chip as input device. 170 + tristate "Atmel AT42QT1070 Touch Sensor Chip" 171 + depends on I2C 172 + help 173 + Say Y here if you want to use Atmel AT42QT1070 QTouch 174 + Sensor chip as input device. 175 175 176 - To compile this driver as a module, choose M here: 177 - the module will be called qt1070 176 + To compile this driver as a module, choose M here: 177 + the module will be called qt1070 178 178 179 179 config KEYBOARD_QT2160 180 180 tristate "Atmel AT42QT2160 Touch Sensor Chip"
+7 -7
drivers/input/mouse/Kconfig
··· 92 92 If unsure, say Y. 93 93 94 94 config MOUSE_PS2_CYPRESS 95 - bool "Cypress PS/2 mouse protocol extension" if EXPERT 96 - default y 97 - depends on MOUSE_PS2 98 - help 99 - Say Y here if you have a Cypress PS/2 Trackpad connected to 100 - your system. 95 + bool "Cypress PS/2 mouse protocol extension" if EXPERT 96 + default y 97 + depends on MOUSE_PS2 98 + help 99 + Say Y here if you have a Cypress PS/2 Trackpad connected to 100 + your system. 101 101 102 - If unsure, say Y. 102 + If unsure, say Y. 103 103 104 104 config MOUSE_PS2_LIFEBOOK 105 105 bool "Fujitsu Lifebook PS/2 mouse protocol extension" if EXPERT
+9 -9
drivers/input/tablet/Kconfig
··· 39 39 module will be called aiptek. 40 40 41 41 config TABLET_USB_GTCO 42 - tristate "GTCO CalComp/InterWrite USB Support" 43 - depends on USB && INPUT 44 - help 45 - Say Y here if you want to use the USB version of the GTCO 46 - CalComp/InterWrite Tablet. Make sure to say Y to "Mouse support" 47 - (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" 48 - (CONFIG_INPUT_EVDEV) as well. 42 + tristate "GTCO CalComp/InterWrite USB Support" 43 + depends on USB && INPUT 44 + help 45 + Say Y here if you want to use the USB version of the GTCO 46 + CalComp/InterWrite Tablet. Make sure to say Y to "Mouse support" 47 + (CONFIG_INPUT_MOUSEDEV) and/or "Event interface support" 48 + (CONFIG_INPUT_EVDEV) as well. 49 49 50 - To compile this driver as a module, choose M here: the 51 - module will be called gtco. 50 + To compile this driver as a module, choose M here: the 51 + module will be called gtco. 52 52 53 53 config TABLET_USB_HANWANG 54 54 tristate "Hanwang Art Master III tablet support (USB)"
+1 -1
drivers/input/touchscreen/Kconfig
··· 633 633 depends on SH_HP6XX && SH_ADC 634 634 help 635 635 Say Y here if you have a HP Jornada 620/660/680/690 and want to 636 - support the built-in touchscreen. 636 + support the built-in touchscreen. 637 637 638 638 To compile this driver as a module, choose M here: the 639 639 module will be called hp680_ts_input.