staging: nvec: Fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 20 Nov 2019 13:38:58 +0000 (21:38 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Nov 2019 14:20:29 +0000 (15:20 +0100)
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>
drivers/staging/nvec/Kconfig

index 5c12cac..9fa98c1 100644 (file)
@@ -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"
@@ -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"
@@ -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
@@ -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
@@ -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