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

Trivial fix to spelling mistake in DP_VERBOSE message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Colin Ian King 2018-09-24 16:51:41 +01:00 committed by David S. Miller
parent 30ed487192
commit 5a94df70d3
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}