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

There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Colin Ian King 2020-03-11 09:16:13 +00:00 committed by David S. Miller
parent 9b96a3e6dd
commit dc3e19f457

View file

@ -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)