From: Colin Ian King Date: Wed, 11 Mar 2020 09:16:13 +0000 (+0000) Subject: soc: qcom: ipa: fix spelling mistake "cahces" -> "caches" X-Git-Tag: block-5.7-2020-04-09~9^2~190 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=dc3e19f4572b2bf0c4dc4024fd7ae8c214815a1a;p=linux-2.6-block.git 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 Signed-off-by: David S. Miller --- diff --git a/drivers/net/ipa/ipa_modem.c b/drivers/net/ipa/ipa_modem.c index 039afc8c608e..55c9329a4b1d 100644 --- a/drivers/net/ipa/ipa_modem.c +++ b/drivers/net/ipa/ipa_modem.c @@ -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)