aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@linux-m68k.org>2014-01-21 16:10:05 +0100
committerMark Brown <broonie@linaro.org>2014-01-21 18:11:45 +0000
commit9e8f4882cc49205a688b616c1b6c17bade10587f (patch)
tree62549cc9f9104798a5f3de02a4303d4be3f5c3a2 /drivers/spi/spi.c
parentspi: Check conflicting CS based on spi->chip_select instead of device name (diff)
downloadlinux-dev-9e8f4882cc49205a688b616c1b6c17bade10587f.tar.xz
linux-dev-9e8f4882cc49205a688b616c1b6c17bade10587f.zip
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.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:
*
* 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)
{