All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][i2c-next] i2c: designware: fix spelling mistakes
@ 2017-06-29  8:22 Colin King
  2017-06-29 10:07 ` Jarkko Nikula
  2017-07-04 14:09 ` Wolfram Sang
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2017-06-29  8:22 UTC (permalink / raw)
  To: Jarkko Nikula, Andy Shevchenko, Mika Westerberg, Wolfram Sang, linux-i2c
  Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fixes to spelling mistakes in dev_dbg message

"STAUTS" -> "STATUS"
"SLAVE_ACTTVITY" -> "SLAVE_ACTIVITY"

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/i2c/busses/i2c-designware-slave.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/i2c-designware-slave.c b/drivers/i2c/busses/i2c-designware-slave.c
index 4012c74e9785..100643f47244 100644
--- a/drivers/i2c/busses/i2c-designware-slave.c
+++ b/drivers/i2c/busses/i2c-designware-slave.c
@@ -277,7 +277,7 @@ static int i2c_dw_irq_handler_slave(struct dw_i2c_dev *dev)
 		return 0;
 
 	dev_dbg(dev->dev,
-		"%#x STAUTS SLAVE_ACTTVITY=%#x : RAW_INTR_STAT=%#x : INTR_STAT=%#x\n",
+		"%#x STATUS SLAVE_ACTIVITY=%#x : RAW_INTR_STAT=%#x : INTR_STAT=%#x\n",
 		enabled, slave_activity, raw_stat, stat);
 
 	if ((stat & DW_IC_INTR_RX_FULL) && (stat & DW_IC_INTR_STOP_DET))
-- 
2.11.0

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

* Re: [PATCH][i2c-next] i2c: designware: fix spelling mistakes
  2017-06-29  8:22 [PATCH][i2c-next] i2c: designware: fix spelling mistakes Colin King
@ 2017-06-29 10:07 ` Jarkko Nikula
  2017-07-04 14:09 ` Wolfram Sang
  1 sibling, 0 replies; 3+ messages in thread
From: Jarkko Nikula @ 2017-06-29 10:07 UTC (permalink / raw)
  To: Colin King, Andy Shevchenko, Mika Westerberg, Wolfram Sang, linux-i2c
  Cc: linux-kernel

On 06/29/2017 11:22 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fixes to spelling mistakes in dev_dbg message
>
> "STAUTS" -> "STATUS"
> "SLAVE_ACTTVITY" -> "SLAVE_ACTIVITY"
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  drivers/i2c/busses/i2c-designware-slave.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>

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

* Re: [PATCH][i2c-next] i2c: designware: fix spelling mistakes
  2017-06-29  8:22 [PATCH][i2c-next] i2c: designware: fix spelling mistakes Colin King
  2017-06-29 10:07 ` Jarkko Nikula
@ 2017-07-04 14:09 ` Wolfram Sang
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfram Sang @ 2017-07-04 14:09 UTC (permalink / raw)
  To: Colin King
  Cc: Jarkko Nikula, Andy Shevchenko, Mika Westerberg, linux-i2c, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]

On Thu, Jun 29, 2017 at 09:22:15AM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fixes to spelling mistakes in dev_dbg message
> 
> "STAUTS" -> "STATUS"
> "SLAVE_ACTTVITY" -> "SLAVE_ACTIVITY"
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied to for-next, thanks!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2017-07-04 14:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-29  8:22 [PATCH][i2c-next] i2c: designware: fix spelling mistakes Colin King
2017-06-29 10:07 ` Jarkko Nikula
2017-07-04 14:09 ` Wolfram Sang

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.