aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@linux-m68k.org>2014-01-21 10:10:05 -0500
committerMark Brown <broonie@linaro.org>2014-01-21 13:11:45 -0500
commit9e8f4882cc49205a688b616c1b6c17bade10587f (patch)
tree62549cc9f9104798a5f3de02a4303d4be3f5c3a2
parentb6fb8d3a1f156c50a35f88b9b55f404034493938 (diff)
spi: Spelling s/finised/finished/
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org> Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r--drivers/spi/spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c
index 51e00c6436aa..56b41099b40c 100644
--- a/drivers/spi/spi.c
+++ b/drivers/spi/spi.c
@@ -640,7 +640,7 @@ out:
640 * 640 *
641 * Called by SPI drivers using the core transfer_one_message() 641 * Called by SPI drivers using the core transfer_one_message()
642 * implementation to notify it that the current interrupt driven 642 * implementation to notify it that the current interrupt driven
643 * transfer has finised and the next one may be scheduled. 643 * transfer has finished and the next one may be scheduled.
644 */ 644 */
645void spi_finalize_current_transfer(struct spi_master *master) 645void spi_finalize_current_transfer(struct spi_master *master)
646{ 646{