projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a577f0
)
dm9000: fix a typo
author
Barry Song
<Baohua.Song@csr.com>
Mon, 7 Sep 2015 03:15:20 +0000
(
03:15
+0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 9 Sep 2015 05:44:42 +0000
(22:44 -0700)
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/davicom/dm9000.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/ethernet/davicom/dm9000.c
b/drivers/net/ethernet/davicom/dm9000.c
index c0a7813603c3d1c7f9df5bd783c395a61d83b54b..cf94b72dbacd942b9c56d2bc669854bea7c2ac18 100644
(file)
--- a/
drivers/net/ethernet/davicom/dm9000.c
+++ b/
drivers/net/ethernet/davicom/dm9000.c
@@
-1226,7
+1226,7
@@
static irqreturn_t dm9000_interrupt(int irq, void *dev_id)
if (int_status & ISR_PRS)
dm9000_rx(dev);
- /* Tr
na
smit Interrupt check */
+ /* Tr
an
smit Interrupt check */
if (int_status & ISR_PTS)
dm9000_tx_done(dev, db);