diff mbox series

[U-Boot,07/10] i2c: Kconfig: spelling fixes

Message ID 20190113091328.27164-8-judge.packham@gmail.com
State Accepted
Commit 7475145449e7520b4217804dfa1d4f2d519a23c5
Delegated to: Tom Rini
Headers show
Series Kconfig: spelling fixes | expand

Commit Message

Chris Packham Jan. 13, 2019, 9:13 a.m. UTC
Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

 drivers/i2c/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Tom Rini Jan. 19, 2019, 2:52 a.m. UTC | #1
On Sun, Jan 13, 2019 at 10:13:25PM +1300, Chris Packham wrote:

> Signed-off-by: Chris Packham <judge.packham@gmail.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index 1ef22e6bcde2..838500707071 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -157,9 +157,9 @@  config SYS_I2C_MESON
 config SYS_I2C_MXC
 	bool "NXP MXC I2C driver"
 	help
-	  Add support for the NXP I2C driver. This supports upto for bus
-	  channels and operating on standard mode upto 100 kbits/s and fast
-	  mode upto 400 kbits/s.
+	  Add support for the NXP I2C driver. This supports up to four bus
+	  channels and operating on standard mode up to 100 kbits/s and fast
+	  mode up to 400 kbits/s.
 
 if SYS_I2C_MXC
 config SYS_I2C_MXC_I2C1
@@ -363,7 +363,7 @@  config SYS_I2C_ROCKCHIP
 	help
 	  Add support for the Rockchip I2C driver. This is used with various
 	  Rockchip parts such as RK3126, RK3128, RK3036 and RK3288. All chips
-	  have several I2C ports and all are provided, controled by the
+	  have several I2C ports and all are provided, controlled by the
 	  device tree.
 
 config SYS_I2C_SANDBOX