OSDN Git Service

nfc: Fix Kconfig indentation
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 20 Nov 2019 13:40:44 +0000 (21:40 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Nov 2019 20:30:40 +0000 (12:30 -0800)
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/nfc/nfcmrvl/Kconfig

index 06f34fb..ded0d03 100644 (file)
@@ -15,7 +15,7 @@ config NFC_MRVL_USB
          Marvell NFC-over-USB driver.
 
          This driver provides support for Marvell NFC-over-USB devices:
-          8897.
+         8897.
 
          Say Y here to compile support for Marvell NFC-over-USB driver
          into the kernel or say M to compile it as module.