diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-09-18 05:09:42 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-09-26 11:12:28 +0200 |
commit | f54619f28fb6829612eb90a31cc55caf14c5fcca (patch) | |
tree | d7536c36ac4de3e26725f04d38c8b158897004a7 /drivers/i2c/busses/Kconfig | |
parent | kprobes: update jprobe_example.c for do_fork() change (diff) | |
download | linux-f54619f28fb6829612eb90a31cc55caf14c5fcca.tar.xz linux-f54619f28fb6829612eb90a31cc55caf14c5fcca.zip |
treewide: Fix typos in Kconfig
This patch fix spelling typos found in Kconfig.
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/i2c/busses/Kconfig')
-rw-r--r-- | drivers/i2c/busses/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 9f7d5859cf65..a49bfd7a1ed0 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -356,7 +356,7 @@ config I2C_BCM_KONA If you say yes to this option, support will be included for the I2C interface on the Broadcom Kona family of processors. - If you do not need KONA I2C inteface, say N. + If you do not need KONA I2C interface, say N. config I2C_BLACKFIN_TWI tristate "Blackfin TWI I2C support" |