projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07def46
)
nfc: Fix Kconfig indentation
author
Krzysztof Kozlowski
<krzk@kernel.org>
Wed, 20 Nov 2019 13:40:44 +0000
(21:40 +0800)
committer
David 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
patch
|
blob
|
history
diff --git
a/drivers/nfc/nfcmrvl/Kconfig
b/drivers/nfc/nfcmrvl/Kconfig
index 06f34fb4e0b0a3884bc364e56fb28a625783dd0e..ded0d03c001541e6670525c5cd115ce274478c5d 100644
(file)
--- 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.