All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i2c: ihs: intel: Fix typo in comments (actual)
@ 2022-04-19 13:01 Michal Simek
  2022-04-21  4:15 ` Heiko Schocher
  2022-05-10  8:52 ` Heiko Schocher
  0 siblings, 2 replies; 3+ messages in thread
From: Michal Simek @ 2022-04-19 13:01 UTC (permalink / raw)
  To: u-boot, git; +Cc: Heiko Schocher

s/actucal/actual/g

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 drivers/i2c/ihs_i2c.c   | 2 +-
 drivers/i2c/intel_i2c.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/i2c/ihs_i2c.c b/drivers/i2c/ihs_i2c.c
index ecca90628e79..d715714638ff 100644
--- a/drivers/i2c/ihs_i2c.c
+++ b/drivers/i2c/ihs_i2c.c
@@ -195,7 +195,7 @@ static int ihs_i2c_xfer(struct udevice *bus, struct i2c_msg *msg, int nmsgs)
 	memset(&dummy, 0, sizeof(struct i2c_msg));
 
 	/* We expect either two messages (one with an offset and one with the
-	 * actucal data) or one message (just data)
+	 * actual data) or one message (just data)
 	 */
 	if (nmsgs > 2 || nmsgs == 0) {
 		debug("%s: Only one or two messages are supported\n", __func__);
diff --git a/drivers/i2c/intel_i2c.c b/drivers/i2c/intel_i2c.c
index 52f7a528efe8..88674d87e8bb 100644
--- a/drivers/i2c/intel_i2c.c
+++ b/drivers/i2c/intel_i2c.c
@@ -213,7 +213,7 @@ static int intel_i2c_xfer(struct udevice *bus, struct i2c_msg *msg, int nmsgs)
 
 	/*
 	 * We expect either two messages (one with an offset and one with the
-	 * actucal data) or one message (just data)
+	 * actual data) or one message (just data)
 	 */
 	if (nmsgs > 2 || nmsgs == 0) {
 		debug("%s: Only one or two messages are supported", __func__);
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] i2c: ihs: intel: Fix typo in comments (actual)
  2022-04-19 13:01 [PATCH] i2c: ihs: intel: Fix typo in comments (actual) Michal Simek
@ 2022-04-21  4:15 ` Heiko Schocher
  2022-05-10  8:52 ` Heiko Schocher
  1 sibling, 0 replies; 3+ messages in thread
From: Heiko Schocher @ 2022-04-21  4:15 UTC (permalink / raw)
  To: Michal Simek, u-boot, git

Hello Michal,

On 19.04.22 15:01, Michal Simek wrote:
> s/actucal/actual/g
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
> 
>  drivers/i2c/ihs_i2c.c   | 2 +-
>  drivers/i2c/intel_i2c.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Heiko Schocher <hs@denx.de>

Thanks!

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs@denx.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] i2c: ihs: intel: Fix typo in comments (actual)
  2022-04-19 13:01 [PATCH] i2c: ihs: intel: Fix typo in comments (actual) Michal Simek
  2022-04-21  4:15 ` Heiko Schocher
@ 2022-05-10  8:52 ` Heiko Schocher
  1 sibling, 0 replies; 3+ messages in thread
From: Heiko Schocher @ 2022-05-10  8:52 UTC (permalink / raw)
  To: Michal Simek, u-boot, git

Hello Michal,

On 19.04.22 15:01, Michal Simek wrote:
> s/actucal/actual/g
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
> 
>  drivers/i2c/ihs_i2c.c   | 2 +-
>  drivers/i2c/intel_i2c.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)


Applied to u-boot-i2c master

Thanks!

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs@denx.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-10  8:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-19 13:01 [PATCH] i2c: ihs: intel: Fix typo in comments (actual) Michal Simek
2022-04-21  4:15 ` Heiko Schocher
2022-05-10  8:52 ` Heiko Schocher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.