aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2019-11-20 21:40:44 +0800
committerDavid S. Miller <davem@davemloft.net>2019-11-20 12:30:40 -0800
commit041ccdb620f0ec0590bb6899c2a8088d60cf14b8 (patch)
treebcb69768e0f8a933b025982fece5b5002b856fc9 /drivers/nfc
parentMerge branch 'cxgb4-add-TC-MATCHALL-classifier-offload' (diff)
downloadlinux-dev-041ccdb620f0ec0590bb6899c2a8088d60cf14b8.tar.xz
linux-dev-041ccdb620f0ec0590bb6899c2a8088d60cf14b8.zip
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>
Diffstat (limited to 'drivers/nfc')
-rw-r--r--drivers/nfc/nfcmrvl/Kconfig2
1 files changed, 1 insertions, 1 deletions
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.