linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] soc: qcom: ipa: fix spelling mistake "cahces" -> "caches"
@ 2020-03-11  9:16 Colin King
  2020-03-12  6:34 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2020-03-11  9:16 UTC (permalink / raw)
  To: Alex Elder, David S . Miller, netdev; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

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

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/ipa/ipa_modem.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][next] soc: qcom: ipa: fix spelling mistake "cahces" -> "caches"
  2020-03-11  9:16 [PATCH][next] soc: qcom: ipa: fix spelling mistake "cahces" -> "caches" Colin King
@ 2020-03-12  6:34 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2020-03-12  6:34 UTC (permalink / raw)
  To: colin.king; +Cc: elder, netdev, kernel-janitors, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Wed, 11 Mar 2020 09:16:13 +0000

> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a dev_err message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-12  6:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-11  9:16 [PATCH][next] soc: qcom: ipa: fix spelling mistake "cahces" -> "caches" Colin King
2020-03-12  6:34 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).