Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1723224 > unrolled thread

[PATCH][next] qed: fix spelling mistake: "calescing" -> "coalescing"

Started byColin King <colin.king@canonical.com>
First post2017-08-30 13:50 +0200
Last post2017-08-31 00:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH][next] qed: fix spelling mistake: "calescing" -> "coalescing" Colin King <colin.king@canonical.com> - 2017-08-30 13:50 +0200
    Re: [PATCH][next] qed: fix spelling mistake: "calescing" ->  "coalescing" David Miller <davem@davemloft.net> - 2017-08-31 00:40 +0200

#1723224 — [PATCH][next] qed: fix spelling mistake: "calescing" -> "coalescing"

FromColin King <colin.king@canonical.com>
Date2017-08-30 13:50 +0200
Subject[PATCH][next] qed: fix spelling mistake: "calescing" -> "coalescing"
Message-ID<uk9Fn-7Lr-11@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1723715 — Re: [PATCH][next] qed: fix spelling mistake: "calescing" -> "coalescing"

FromDavid Miller <davem@davemloft.net>
Date2017-08-31 00:40 +0200
SubjectRe: [PATCH][next] qed: fix spelling mistake: "calescing" -> "coalescing"
Message-ID<ukjOp-5Me-5@gated-at.bofh.it>
In reply to#1723224
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.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web