提交 1ee7cdbf 编写于 作者: C Colin Ian King 提交者: Wolfram Sang

i2c: xiic: fix spelling mistake: "unexpexted" -> "unexpected"

Trivial fix to spelling mistakes in dev_dbg messages
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
上级 5e87270b
...@@ -415,7 +415,7 @@ static irqreturn_t xiic_process(int irq, void *dev_id) ...@@ -415,7 +415,7 @@ static irqreturn_t xiic_process(int irq, void *dev_id)
clr |= XIIC_INTR_RX_FULL_MASK; clr |= XIIC_INTR_RX_FULL_MASK;
if (!i2c->rx_msg) { if (!i2c->rx_msg) {
dev_dbg(i2c->adap.dev.parent, dev_dbg(i2c->adap.dev.parent,
"%s unexpexted RX IRQ\n", __func__); "%s unexpected RX IRQ\n", __func__);
xiic_clear_rx_fifo(i2c); xiic_clear_rx_fifo(i2c);
goto out; goto out;
} }
...@@ -470,7 +470,7 @@ static irqreturn_t xiic_process(int irq, void *dev_id) ...@@ -470,7 +470,7 @@ static irqreturn_t xiic_process(int irq, void *dev_id)
if (!i2c->tx_msg) { if (!i2c->tx_msg) {
dev_dbg(i2c->adap.dev.parent, dev_dbg(i2c->adap.dev.parent,
"%s unexpexted TX IRQ\n", __func__); "%s unexpected TX IRQ\n", __func__);
goto out; goto out;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册