Skip to content

Commit

Permalink
soc: qcom: ipa: fix spelling mistake "cahces" -> "caches"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and davem330 committed Mar 12, 2020
1 parent 9b96a3e commit dc3e19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ipa/ipa_modem.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dc3e19f

Please sign in to comment.