netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] qed: fix spelling mistake: "calescing" -> "coalescing"
@ 2017-08-30 11:40 Colin King
  2017-08-30 22:32 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2017-08-30 11:40 UTC (permalink / raw)
  To: Yuval Mintz, Ariel Elior, everest-linux-l2, netdev; +Cc: linux-kernel

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

Trivial fix to spelling mistake in DP_NOTICE message

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

diff --git a/drivers/net/ethernet/qlogic/qed/qed_l2.c b/drivers/net/ethernet/qlogic/qed/qed_l2.c
index 9a1645852015..085338990f49 100644
--- a/drivers/net/ethernet/qlogic/qed/qed_l2.c
+++ b/drivers/net/ethernet/qlogic/qed/qed_l2.c
@@ -2805,7 +2805,7 @@ static int qed_get_coalesce(struct qed_dev *cdev, u16 *coal, void *handle)
 	p_hwfn = p_cid->p_owner;
 	rc = qed_get_queue_coalesce(p_hwfn, coal, handle);
 	if (rc)
-		DP_NOTICE(p_hwfn, "Unable to read queue calescing\n");
+		DP_NOTICE(p_hwfn, "Unable to read queue coalescing\n");
 
 	return rc;
 }
-- 
2.14.1

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

* Re: [PATCH][next] qed: fix spelling mistake: "calescing" -> "coalescing"
  2017-08-30 11:40 [PATCH][next] qed: fix spelling mistake: "calescing" -> "coalescing" Colin King
@ 2017-08-30 22:32 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-08-30 22:32 UTC (permalink / raw)
  To: colin.king
  Cc: Yuval.Mintz, Ariel.Elior, everest-linux-l2, netdev, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Wed, 30 Aug 2017 12:40:12 +0100

> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in DP_NOTICE message
> 
> 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:[~2017-08-30 22:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-30 11:40 [PATCH][next] qed: fix spelling mistake: "calescing" -> "coalescing" Colin King
2017-08-30 22:32 ` 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).