projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30ed487
)
qed: fix spelling mistake "toogle" -> "toggle"
author
Colin Ian King
<
[email protected]
>
Mon, 24 Sep 2018 15:51:41 +0000
(16:51 +0100)
committer
David S. Miller
<
[email protected]
>
Thu, 27 Sep 2018 03:09:08 +0000
(20:09 -0700)
Trivial fix to spelling mistake in DP_VERBOSE message
Signed-off-by: Colin Ian King <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/qlogic/qed/qed_rdma.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/qlogic/qed/qed_rdma.c
b/drivers/net/ethernet/qlogic/qed/qed_rdma.c
index be941cfaa2d4fdf9f50eedd6467033617bfcdba7..c71391b9c757a1b03f55f21cc641c4718bbce719 100644
(file)
--- a/
drivers/net/ethernet/qlogic/qed/qed_rdma.c
+++ b/
drivers/net/ethernet/qlogic/qed/qed_rdma.c
@@
-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 to
o
gle bits, rc = %d\n", rc);
+ "Failed to allocate to
g
gle bits, rc = %d\n", rc);
goto free_cq_map;
}