OSDN Git Service

qed: fix spelling mistake: "calescing" -> "coalescing"
authorColin Ian King <colin.king@canonical.com>
Wed, 30 Aug 2017 11:40:12 +0000 (12:40 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Aug 2017 22:32:16 +0000 (15:32 -0700)
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>
drivers/net/ethernet/qlogic/qed/qed_l2.c

index 9a16458..0853389 100644 (file)
@@ -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;
 }