projects
/
profile
/
common
/
platform
/
kernel
/
linux-artik7.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
|
history
diff --git
a/drivers/net/ethernet/davicom/dm9000.c
b/drivers/net/ethernet/davicom/dm9000.c
index
c0a7813
..
cf94b72
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);