diff options
author | Geert Uytterhoeven <geert+renesas@linux-m68k.org> | 2014-01-12 08:03:38 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-01-13 06:21:45 -0500 |
commit | c6c07b4f6d697cab021ca07de21c4c0da2ac47b1 (patch) | |
tree | 549e32d1cdcfd3e5f841fcb051c4326982145d47 /drivers/spi | |
parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff) |
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>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/spi-sh-hspi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-sh-hspi.c b/drivers/spi/spi-sh-hspi.c index 292567ab4c6c..2677709251ac 100644 --- a/drivers/spi/spi-sh-hspi.c +++ b/drivers/spi/spi-sh-hspi.c | |||
@@ -197,7 +197,7 @@ static int hspi_transfer_one_message(struct spi_master *master, | |||
197 | 197 | ||
198 | hspi_write(hspi, SPTBR, tx); | 198 | hspi_write(hspi, SPTBR, tx); |
199 | 199 | ||
200 | /* wait recive */ | 200 | /* wait receive */ |
201 | ret = hspi_status_check_timeout(hspi, 0x4, 0x4); | 201 | ret = hspi_status_check_timeout(hspi, 0x4, 0x4); |
202 | if (ret < 0) | 202 | if (ret < 0) |
203 | break; | 203 | break; |