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:
2d66f99
)
qed: fix spelling mistake "comparsion" -> "comparison"
author
Colin Ian King
<
[email protected]
>
Fri, 24 Aug 2018 11:18:30 +0000
(12:18 +0100)
committer
David S. Miller
<
[email protected]
>
Sun, 26 Aug 2018 00:41:09 +0000
(17:41 -0700)
Trivial fix to spelling mistake in DP_ERR error message
Signed-off-by: Colin Ian King <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/qlogic/qed/qed_init_ops.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/qlogic/qed/qed_init_ops.c
b/drivers/net/ethernet/qlogic/qed/qed_init_ops.c
index d9ab5add27a8bf06af92247b60158e6de2e316be..34193c2f169961a37617b84e675ee78df473d085 100644
(file)
--- a/
drivers/net/ethernet/qlogic/qed/qed_init_ops.c
+++ b/
drivers/net/ethernet/qlogic/qed/qed_init_ops.c
@@
-407,7
+407,7
@@
static void qed_init_cmd_rd(struct qed_hwfn *p_hwfn,
if (i == QED_INIT_MAX_POLL_COUNT) {
DP_ERR(p_hwfn,
- "Timeout when polling reg: 0x%08x [ Waiting-for: %08x Got: %08x (compar
si
on %08x)]\n",
+ "Timeout when polling reg: 0x%08x [ Waiting-for: %08x Got: %08x (compar
is
on %08x)]\n",
addr, le32_to_cpu(cmd->expected_val),
val, le32_to_cpu(cmd->op_data));
}