Skip to content

Commit 5a94df7

Browse files
Colin Ian Kingdavem330
authored andcommitted
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>
1 parent 30ed487 commit 5a94df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/qlogic/qed/qed_rdma.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ static int qed_rdma_alloc(struct qed_hwfn *p_hwfn,
228228
num_cons, "Toggle");
229229
if (rc) {
230230
DP_VERBOSE(p_hwfn, QED_MSG_RDMA,
231-
"Failed to allocate toogle bits, rc = %d\n", rc);
231+
"Failed to allocate toggle bits, rc = %d\n", rc);
232232
goto free_cq_map;
233233
}
234234

0 commit comments

Comments
 (0)