提交 c616ac28 编写于 作者: J Jakub Wilk 提交者: Sebastian Reichel

HSI: Fix a typo

Signed-off-by: NJakub Wilk <jwilk@jwilk.net>
Signed-off-by: NSebastian Reichel <sre@kernel.org>
上级 6ff33f39
无相关合并请求
......@@ -783,7 +783,7 @@ static void ssip_rx_strans(struct hsi_client *cl, u32 cmd)
}
ssip_set_rxstate(ssi, RECEIVING);
if (unlikely(SSIP_MSG_ID(cmd) != ssi->rxid)) {
dev_err(&cl->device, "START TRANS id %d expeceted %d\n",
dev_err(&cl->device, "START TRANS id %d expected %d\n",
SSIP_MSG_ID(cmd), ssi->rxid);
spin_unlock(&ssi->lock);
goto out1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册