mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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:
parent
30ed487192
commit
5a94df70d3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue