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

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

qed: fix spelling mistake "toogle" -> "toggle"



Trivial fix to spelling mistake in DP_VERBOSE message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 30ed4871
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -228,7 +228,7 @@ static int qed_rdma_alloc(struct qed_hwfn *p_hwfn,
				 num_cons, "Toggle");
	if (rc) {
		DP_VERBOSE(p_hwfn, QED_MSG_RDMA,
			   "Failed to allocate toogle bits, rc = %d\n", rc);
			   "Failed to allocate toggle bits, rc = %d\n", rc);
		goto free_cq_map;
	}