Skip to content

Commit 7b90187

Browse files
21cnbaodavem330
authored andcommitted
dm9000: fix a typo
Signed-off-by: Barry Song <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 7a577f0 commit 7b90187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/davicom/dm9000.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ static irqreturn_t dm9000_interrupt(int irq, void *dev_id)
12261226
if (int_status & ISR_PRS)
12271227
dm9000_rx(dev);
12281228

1229-
/* Trnasmit Interrupt check */
1229+
/* Transmit Interrupt check */
12301230
if (int_status & ISR_PTS)
12311231
dm9000_tx_done(dev, db);
12321232

0 commit comments

Comments
 (0)