diff options
author | Geert Uytterhoeven <geert+renesas@linux-m68k.org> | 2014-01-21 16:10:05 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-01-21 18:11:45 +0000 |
commit | 9e8f4882cc49205a688b616c1b6c17bade10587f (patch) | |
tree | 62549cc9f9104798a5f3de02a4303d4be3f5c3a2 /drivers/spi/spi.c | |
parent | b6fb8d3a1f156c50a35f88b9b55f404034493938 (diff) |
spi: Spelling s/finised/finished/
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/spi/spi.c')
-rw-r--r-- | drivers/spi/spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c index 51e00c6436a..56b41099b40 100644 --- 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 finished and the next one may be scheduled. */ void spi_finalize_current_transfer(struct spi_master *master) { |