Commit a7cf2cc3 authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller

firestream: fix spelling mistake "tramsitted" -> "transmitted"

There is a spelling mistake in a debug message. Fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d5f6db35
...@@ -1646,7 +1646,7 @@ static irqreturn_t fs_irq (int irq, void *dev_id) ...@@ -1646,7 +1646,7 @@ static irqreturn_t fs_irq (int irq, void *dev_id)
} }
if (status & ISR_TBRQ_W) { 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); process_txdone_queue (dev, &dev->tx_relq);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment