aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st-nci
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2017-09-26 12:47:59 +0900
committerJiri Kosina <jkosina@suse.cz>2017-10-12 15:42:00 +0200
commit83fc61a563cb4de3386ddc997cf8fc0ba55ec4ca (patch)
tree6ffc1b7f3e811c47178359e030cf5079253fabe7 /drivers/nfc/st-nci
parentkfifo: Fix comments (diff)
downloadlinux-dev-83fc61a563cb4de3386ddc997cf8fc0ba55ec4ca.tar.xz
linux-dev-83fc61a563cb4de3386ddc997cf8fc0ba55ec4ca.zip
treewide: Fix typos in Kconfig
This patch fixes some spelling typos found in Kconfig files. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/nfc/st-nci')
-rw-r--r--drivers/nfc/st-nci/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/nfc/st-nci/Kconfig b/drivers/nfc/st-nci/Kconfig
index dc9b777d78f6..5c6e21ccb19c 100644
--- a/drivers/nfc/st-nci/Kconfig
+++ b/drivers/nfc/st-nci/Kconfig
@@ -11,7 +11,7 @@ config NFC_ST_NCI_I2C
select NFC_ST_NCI
---help---
This module adds support for an I2C interface to the
- STMicroelectronics NFC NCI chips familly.
+ STMicroelectronics NFC NCI chips family.
Select this if your platform is using the i2c bus.
If you choose to build a module, it'll be called st-nci_i2c.
@@ -23,7 +23,7 @@ config NFC_ST_NCI_SPI
select NFC_ST_NCI
---help---
This module adds support for an SPI interface to the
- STMicroelectronics NFC NCI chips familly.
+ STMicroelectronics NFC NCI chips family.
Select this if your platform is using the spi bus.
If you choose to build a module, it'll be called st-nci_spi.