netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dm9000: fix a typo
@ 2015-09-07  3:15 Barry Song
  2015-09-09  5:45 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Barry Song @ 2015-09-07  3:15 UTC (permalink / raw)
  To: davem, nikita, grinberg, jg1.han, mugunthanvnm, netdev; +Cc: Barry Song

From: Barry Song <Baohua.Song@csr.com>

Signed-off-by: Barry Song <Baohua.Song@csr.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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dm9000: fix a typo
  2015-09-07  3:15 [PATCH] dm9000: fix a typo Barry Song
@ 2015-09-09  5:45 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-09-09  5:45 UTC (permalink / raw)
  To: 21cnbao; +Cc: nikita, grinberg, jg1.han, mugunthanvnm, netdev, Baohua.Song

From: Barry Song <21cnbao@gmail.com>
Date: Mon,  7 Sep 2015 03:15:20 +0000

> From: Barry Song <Baohua.Song@csr.com>
> 
> Signed-off-by: Barry Song <Baohua.Song@csr.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-09  5:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-07  3:15 [PATCH] dm9000: fix a typo Barry Song
2015-09-09  5:45 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).