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:
6910e25
)
qed: fix spelling mistake: "taskelt" -> "tasklet"
author
Colin Ian King
<
[email protected]
>
Thu, 10 May 2018 14:03:27 +0000
(15:03 +0100)
committer
David S. Miller
<
[email protected]
>
Thu, 10 May 2018 21:55:55 +0000
(17:55 -0400)
Trivial fix to spelling mistake in DP_VERBOSE message text
Signed-off-by: Colin Ian King <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/qlogic/qed/qed_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/qlogic/qed/qed_main.c
b/drivers/net/ethernet/qlogic/qed/qed_main.c
index 9854aa9139afa9ca70303093f2c1dc25147ce418..7870ae2a6f7e86870389fb44ae82fb9a21f9f80e 100644
(file)
--- a/
drivers/net/ethernet/qlogic/qed/qed_main.c
+++ b/
drivers/net/ethernet/qlogic/qed/qed_main.c
@@
-680,7
+680,7
@@
static int qed_nic_stop(struct qed_dev *cdev)
tasklet_disable(p_hwfn->sp_dpc);
p_hwfn->b_sp_dpc_enabled = false;
DP_VERBOSE(cdev, NETIF_MSG_IFDOWN,
- "Disabled sp task
el
t [hwfn %d] at %p\n",
+ "Disabled sp task
le
t [hwfn %d] at %p\n",
i, p_hwfn->sp_dpc);
}
}