[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1441595720-31975-1-git-send-email-21cnbao@gmail.com>
Date: Mon, 7 Sep 2015 03:15:20 +0000
From: Barry Song <21cnbao@...il.com>
To: davem@...emloft.net, nikita@...pulab.co.il,
grinberg@...pulab.co.il, jg1.han@...sung.com, mugunthanvnm@...com,
netdev@...r.kernel.org
Cc: Barry Song <Baohua.Song@....com>
Subject: [PATCH] dm9000: fix a typo
From: Barry Song <Baohua.Song@....com>
Signed-off-by: Barry Song <Baohua.Song@....com>
---
drivers/net/ethernet/davicom/dm9000.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/davicom/dm9000.c b/drivers/net/ethernet/davicom/dm9000.c
index c0a7813..cf94b72 100644
--- 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);
- /* Trnasmit Interrupt check */
+ /* Transmit Interrupt check */
if (int_status & ISR_PTS)
dm9000_tx_done(dev, db);
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists