Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e4a5613 authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

qed: fix spelling mistake: "calescing" -> "coalescing"



Trivial fix to spelling mistake in DP_NOTICE message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 752b0694
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}