mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
7c6c4d5c4a
commit
886db6acf4
5 changed files with 6 additions and 6 deletions
|
@ -129,7 +129,7 @@ static int tiny_spi_txrx_bufs(struct spi_device *spi, struct spi_transfer *t)
|
|||
unsigned int i;
|
||||
|
||||
if (hw->irq >= 0) {
|
||||
/* use intrrupt driven data transfer */
|
||||
/* use interrupt driven data transfer */
|
||||
hw->len = t->len;
|
||||
hw->txp = t->tx_buf;
|
||||
hw->rxp = t->rx_buf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue