提交 dc3e19f4 编写于 作者: C Colin Ian King 提交者: David S. Miller

soc: qcom: ipa: fix spelling mistake "cahces" -> "caches"

There is a spelling mistake in a dev_err message. Fix it.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 9b96a3e6
......@@ -293,7 +293,7 @@ static void ipa_modem_crashed(struct ipa *ipa)
ret = ipa_table_hash_flush(ipa);
if (ret)
dev_err(dev, "error %d flushing hash cahces\n", ret);
dev_err(dev, "error %d flushing hash caches\n", ret);
ret = ipa_endpoint_modem_exception_reset_all(ipa);
if (ret)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册