mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
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:
parent
9b96a3e6dd
commit
dc3e19f457
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user