Skip to content

Commit

Permalink
firestream: fix spelling mistake "tramsitted" -> "transmitted"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a debug message. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Colin Ian King authored and davem330 committed Apr 18, 2019
1 parent d5f6db3 commit a7cf2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/atm/firestream.c
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,7 @@ static irqreturn_t fs_irq (int irq, void *dev_id)
}

if (status & ISR_TBRQ_W) {
fs_dprintk (FS_DEBUG_IRQ, "Data tramsitted!\n");
fs_dprintk (FS_DEBUG_IRQ, "Data transmitted!\n");
process_txdone_queue (dev, &dev->tx_relq);
}

Expand Down

0 comments on commit a7cf2cc

Please sign in to comment.