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

nfc: 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>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Krzysztof Kozlowski and committed by
David S. Miller
041ccdb6 07def463

+1 -1
+1 -1
drivers/nfc/nfcmrvl/Kconfig
··· 15 15 Marvell NFC-over-USB driver. 16 16 17 17 This driver provides support for Marvell NFC-over-USB devices: 18 - 8897. 18 + 8897. 19 19 20 20 Say Y here to compile support for Marvell NFC-over-USB driver 21 21 into the kernel or say M to compile it as module.