diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-06-29 04:22:15 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2017-07-04 10:08:34 -0400 |
commit | 9809cb831c9645d61ee9501c308045bb3d8afd31 (patch) | |
tree | 3463abd7c7c4462e86b697daec110503f70110c3 | |
parent | 78e6c5abeb4ad895867fc0ff7f61c858d4deb7c0 (diff) |
i2c: designware: fix spelling mistakes
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>
Acked-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
-rw-r--r-- | drivers/i2c/busses/i2c-designware-slave.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
277 | return 0; | 277 | return 0; |
278 | 278 | ||
279 | dev_dbg(dev->dev, | 279 | dev_dbg(dev->dev, |
280 | "%#x STAUTS SLAVE_ACTTVITY=%#x : RAW_INTR_STAT=%#x : INTR_STAT=%#x\n", | 280 | "%#x STATUS SLAVE_ACTIVITY=%#x : RAW_INTR_STAT=%#x : INTR_STAT=%#x\n", |
281 | enabled, slave_activity, raw_stat, stat); | 281 | enabled, slave_activity, raw_stat, stat); |
282 | 282 | ||
283 | if ((stat & DW_IC_INTR_RX_FULL) && (stat & DW_IC_INTR_STOP_DET)) | 283 | if ((stat & DW_IC_INTR_RX_FULL) && (stat & DW_IC_INTR_STOP_DET)) |