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:
e087869
)
net: tulip: fix spelling mistake: "attemping" -> "attempting"
author
Colin Ian King
<
[email protected]
>
Sat, 30 Jul 2016 16:47:07 +0000
(17:47 +0100)
committer
David S. Miller
<
[email protected]
>
Sun, 31 Jul 2016 06:13:51 +0000
(23:13 -0700)
trivial fix to spelling mistake in printk message
Signed-off-by: Colin Ian King <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/dec/tulip/de4x5.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/dec/tulip/de4x5.c
b/drivers/net/ethernet/dec/tulip/de4x5.c
index cbe84972ff7a644fb31f84b30a6cf09e12cae737..f0e9e2ef62a06e3e04a7c71516d2849c251397fa 100644
(file)
--- a/
drivers/net/ethernet/dec/tulip/de4x5.c
+++ b/
drivers/net/ethernet/dec/tulip/de4x5.c
@@
-1319,7
+1319,7
@@
de4x5_open(struct net_device *dev)
if (request_irq(dev->irq, de4x5_interrupt, IRQF_SHARED,
lp->adapter_name, dev)) {
- printk("de4x5_open(): Requested IRQ%d is busy - attemping FAST/SHARE...", dev->irq);
+ printk("de4x5_open(): Requested IRQ%d is busy - attemp
t
ing FAST/SHARE...", dev->irq);
if (request_irq(dev->irq, de4x5_interrupt, IRQF_SHARED,
lp->adapter_name, dev)) {
printk("\n Cannot get IRQ- reconfigure your hardware.\n");