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

staging: nvec: 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/20191120133858.13369-1-krzk@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Krzysztof Kozlowski and committed by
Greg Kroah-Hartman
f82ea85d 4574c517

+5 -5
+5 -5
drivers/staging/nvec/Kconfig
··· 8 8 controller. 9 9 10 10 To compile this driver as a module, say M here: the module will be 11 - called mfd-nvec 11 + called mfd-nvec 12 12 13 13 config KEYBOARD_NVEC 14 14 tristate "Keyboard on nVidia compliant EC" ··· 18 18 a nVidia compliant embedded controller. 19 19 20 20 To compile this driver as a module, say M here: the module will be 21 - called keyboard-nvec 21 + called keyboard-nvec 22 22 23 23 config SERIO_NVEC_PS2 24 24 tristate "PS2 on nVidia EC" ··· 28 28 to a nVidia compliant embedded controller. 29 29 30 30 To compile this driver as a module, say M here: the module will be 31 - called serio-nvec-ps2 31 + called serio-nvec-ps2 32 32 33 33 34 34 config NVEC_POWER ··· 39 39 nVidia compliant embedded controllers. 40 40 41 41 To compile this driver as a module, say M here: the module will be 42 - called nvec-power 42 + called nvec-power 43 43 44 44 45 45 config NVEC_PAZ00 ··· 50 50 devices, e.g. Toshbia AC100 and Dynabooks AZ netbooks. 51 51 52 52 To compile this driver as a module, say M here: the module will be 53 - called nvec-paz00 53 + called nvec-paz00 54 54