aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/qed_l2.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-08-30 12:40:12 +0100
committerDavid S. Miller <davem@davemloft.net>2017-08-30 15:32:16 -0700
commit9e4a56139d091713b8dff93632f2149f28494ca8 (patch)
tree58fcd32c9f7f5e4b304aded86a590d92ecdcab25 /drivers/net/ethernet/qlogic/qed/qed_l2.c
parentnet: hns3: Fixes the wrong IS_ERR check on the returned phydev value (diff)
downloadlinux-dev-9e4a56139d091713b8dff93632f2149f28494ca8.tar.xz
linux-dev-9e4a56139d091713b8dff93632f2149f28494ca8.zip
qed: fix spelling mistake: "calescing" -> "coalescing"
Trivial fix to spelling mistake in DP_NOTICE message Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/ethernet/qlogic/qed/qed_l2.c2
1 files changed, 1 insertions, 1 deletions
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;
}