From: Geert Uytterhoeven Date: Sun, 12 Jan 2014 13:03:38 +0000 (+0100) Subject: spi: sh-hspi: Spelling s/recive/receive/ X-Git-Tag: upstream/snapshot3+hdmi~3569^2~3^4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6c07b4f6d697cab021ca07de21c4c0da2ac47b1;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git spi: sh-hspi: Spelling s/recive/receive/ Signed-off-by: Geert Uytterhoeven Signed-off-by: Mark Brown --- 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 @@ static int hspi_transfer_one_message(struct spi_master *master, hspi_write(hspi, SPTBR, tx); - /* wait recive */ + /* wait receive */ ret = hspi_status_check_timeout(hspi, 0x4, 0x4); if (ret < 0) break;