Skip to content

Commit

Permalink
staging: nvec: Fix Kconfig indentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Krzysztof Kozlowski authored and Greg Kroah-Hartman committed Nov 20, 2019
1 parent 4574c51 commit f82ea85
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions drivers/staging/nvec/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ config MFD_NVEC
controller.

To compile this driver as a module, say M here: the module will be
called mfd-nvec
called mfd-nvec

config KEYBOARD_NVEC
tristate "Keyboard on nVidia compliant EC"
Expand All @@ -18,7 +18,7 @@ config KEYBOARD_NVEC
a nVidia compliant embedded controller.

To compile this driver as a module, say M here: the module will be
called keyboard-nvec
called keyboard-nvec

config SERIO_NVEC_PS2
tristate "PS2 on nVidia EC"
Expand All @@ -28,7 +28,7 @@ config SERIO_NVEC_PS2
to a nVidia compliant embedded controller.

To compile this driver as a module, say M here: the module will be
called serio-nvec-ps2
called serio-nvec-ps2


config NVEC_POWER
Expand All @@ -39,7 +39,7 @@ config NVEC_POWER
nVidia compliant embedded controllers.

To compile this driver as a module, say M here: the module will be
called nvec-power
called nvec-power


config NVEC_PAZ00
Expand All @@ -50,5 +50,5 @@ config NVEC_PAZ00
devices, e.g. Toshbia AC100 and Dynabooks AZ netbooks.

To compile this driver as a module, say M here: the module will be
called nvec-paz00
called nvec-paz00

0 comments on commit f82ea85

Please sign in to comment.