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:
b6fb8d3
)
spi: Spelling s/finised/finished/
author
Geert Uytterhoeven
<geert+renesas@linux-m68k.org>
Tue, 21 Jan 2014 15:10:05 +0000
(16:10 +0100)
committer
Mark Brown
<broonie@linaro.org>
Tue, 21 Jan 2014 18:11:45 +0000
(18:11 +0000)
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi.c
patch
|
blob
|
history
diff --git
a/drivers/spi/spi.c
b/drivers/spi/spi.c
index
51e00c6
..
56b4109
100644
(file)
--- a/
drivers/spi/spi.c
+++ b/
drivers/spi/spi.c
@@
-640,7
+640,7
@@
out:
*
* Called by SPI drivers using the core transfer_one_message()
* implementation to notify it that the current interrupt driven
- * transfer has finised and the next one may be scheduled.
+ * transfer has finis
h
ed and the next one may be scheduled.
*/
void spi_finalize_current_transfer(struct spi_master *master)
{