From: Krzysztof Kozlowski Date: Wed, 20 Nov 2019 13:40:44 +0000 (+0800) Subject: nfc: Fix Kconfig indentation X-Git-Tag: v5.10.7~3838^2~56 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=041ccdb620f0ec0590bb6899c2a8088d60cf14b8;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: David S. Miller --- diff --git a/drivers/nfc/nfcmrvl/Kconfig b/drivers/nfc/nfcmrvl/Kconfig index 06f34fb4e0b0..ded0d03c0015 100644 --- a/drivers/nfc/nfcmrvl/Kconfig +++ b/drivers/nfc/nfcmrvl/Kconfig @@ -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.