Commit dc3e19f4 authored by Colin Ian King's avatar Colin Ian King Committed by 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: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment