dm9000: fix a typo
authorBarry Song <Baohua.Song@csr.com>
Mon, 7 Sep 2015 03:15:20 +0000 (03:15 +0000)
committerDavid 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

index c0a7813..cf94b72 100644 (file)
@@ -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);