mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 17:23:25 -05:00
firestream: fix spelling mistake "tramsitted" -> "transmitted"
There is a spelling mistake in a debug message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d5f6db3538
commit
a7cf2cc3cd
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue