diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-07-30 18:16:14 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-01 19:53:27 +0400 |
commit | 886db6acf468bb6684e936a5456d470c69a75ef8 (patch) | |
tree | 91226fa6b3c12336528841910a97bf14c056024f /drivers/spi/spi-au1550.c | |
parent | 7c6c4d5c4aec7e2375c7f67515c18c37c5d28e68 (diff) | |
download | linux-886db6acf468bb6684e936a5456d470c69a75ef8.tar.xz |
spi: fix comment/printk typos in spi
Correct spelling typo in drivers/spi
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/spi/spi-au1550.c')
-rw-r--r-- | drivers/spi/spi-au1550.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-au1550.c b/drivers/spi/spi-au1550.c index 5784c8799616..4de66d1cfe51 100644 --- a/drivers/spi/spi-au1550.c +++ b/drivers/spi/spi-au1550.c @@ -475,7 +475,7 @@ static irqreturn_t au1550_spi_dma_irq_callback(struct au1550_spi *hw) /* * due to an spi error we consider transfer as done, * so mask all events until before next transfer start - * and stop the possibly running dma immediatelly + * and stop the possibly running dma immediately */ au1550_spi_mask_ack_all(hw); au1xxx_dbdma_stop(hw->dma_rx_ch); |