diff options
author | Masanari Iida <standby24x7@gmail.com> | 2017-09-26 12:47:59 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-10-12 15:42:00 +0200 |
commit | 83fc61a563cb4de3386ddc997cf8fc0ba55ec4ca (patch) | |
tree | 6ffc1b7f3e811c47178359e030cf5079253fabe7 /drivers/nfc | |
parent | 24d654fadd70884a719c45ffabb0fe6033996f92 (diff) | |
download | linux-83fc61a563cb4de3386ddc997cf8fc0ba55ec4ca.tar.gz linux-83fc61a563cb4de3386ddc997cf8fc0ba55ec4ca.tar.bz2 linux-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')
-rw-r--r-- | drivers/nfc/st-nci/Kconfig | 4 |
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. |