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

i2c: qcom-geni: fix spelling mistake "unepxected" -> "unexpected"

There is a spelling mistake in an error message string, fix it.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Reviewed-by: NAkash Asthana <akashast@codeaurora.org>
Signed-off-by: NWolfram Sang <wsa@kernel.org>
上级 c4681547
......@@ -100,7 +100,7 @@ static const struct geni_i2c_err_log gi2c_log[] = {
[GP_IRQ0] = {-EIO, "Unknown I2C err GP_IRQ0"},
[NACK] = {-ENXIO, "NACK: slv unresponsive, check its power/reset-ln"},
[GP_IRQ2] = {-EIO, "Unknown I2C err GP IRQ2"},
[BUS_PROTO] = {-EPROTO, "Bus proto err, noisy/unepxected start/stop"},
[BUS_PROTO] = {-EPROTO, "Bus proto err, noisy/unexpected start/stop"},
[ARB_LOST] = {-EAGAIN, "Bus arbitration lost, clock line undriveable"},
[GP_IRQ5] = {-EIO, "Unknown I2C err GP IRQ5"},
[GENI_OVERRUN] = {-EIO, "Cmd overrun, check GENI cmd-state machine"},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册