projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
348e515
)
spi: rspi: Spelling s/transmition/transmission/
author
Geert Uytterhoeven
<geert+renesas@linux-m68k.org>
Tue, 14 Jan 2014 09:20:32 +0000
(10:20 +0100)
committer
Mark Brown
<broonie@linaro.org>
Tue, 14 Jan 2014 14:02:11 +0000
(14:02 +0000)
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-rspi.c
patch
|
blob
|
history
diff --git
a/drivers/spi/spi-rspi.c
b/drivers/spi/spi-rspi.c
index
c3227fb
..
90c81b3
100644
(file)
--- a/
drivers/spi/spi-rspi.c
+++ b/
drivers/spi/spi-rspi.c
@@
-378,7
+378,7
@@
static int rspi_send_pio(struct rspi_data *rspi, struct spi_message *mesg,
remain--;
}
- /* Waiting for the last transmi
t
ion */
+ /* Waiting for the last transmi
ss
ion */
rspi_wait_for_interrupt(rspi, SPSR_SPTEF, SPCR_SPTIE);
return 0;
@@
-412,7
+412,7
@@
static int qspi_send_pio(struct rspi_data *rspi, struct spi_message *mesg,
remain--;
}
- /* Waiting for the last transmi
t
ion */
+ /* Waiting for the last transmi
ss
ion */
rspi_wait_for_interrupt(rspi, SPSR_SPTEF, SPCR_SPTIE);
return 0;