]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit425d3f9dca1c8d7a43a09a04848a71f5b575a0e2
tree21934e08c04fe6b360d53973e16d8ac2cea6b5af
parent5c422919f2c35b038cd484ebeac9f152c687f9cb
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>
drivers/input/keyboard/Kconfig
drivers/input/mouse/Kconfig
drivers/input/tablet/Kconfig
drivers/input/touchscreen/Kconfig