commit | c6c07b4f6d697cab021ca07de21c4c0da2ac47b1 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@linux-m68k.org> | Sun Jan 12 14:03:38 2014 +0100 |
committer | Mark Brown <broonie@linaro.org> | Mon Jan 13 11:21:45 2014 +0000 |
tree | 549e32d1cdcfd3e5f841fcb051c4326982145d47 | |
parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae [diff] [blame] |
spi: sh-hspi: Spelling s/recive/receive/ Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org> Signed-off-by: Mark Brown <broonie@linaro.org>
diff --git a/drivers/spi/spi-sh-hspi.c b/drivers/spi/spi-sh-hspi.c index 292567a..2677709 100644 --- a/drivers/spi/spi-sh-hspi.c +++ b/drivers/spi/spi-sh-hspi.c
@@ -197,7 +197,7 @@ hspi_write(hspi, SPTBR, tx); - /* wait recive */ + /* wait receive */ ret = hspi_status_check_timeout(hspi, 0x4, 0x4); if (ret < 0) break;