Skip to content

Commit

Permalink
qed: fix spelling mistake: "calescing" -> "coalescing"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and David S. Miller committed Aug 30, 2017
1 parent 752b069 commit 9e4a561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/qlogic/qed/qed_l2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9e4a561

Please sign in to comment.