Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Geert Uytterhoeven and committed by
Mark Brown
c6c07b4f 6ce4eac1

+1 -1
+1 -1
drivers/spi/spi-sh-hspi.c
··· 197 197 198 198 hspi_write(hspi, SPTBR, tx); 199 199 200 - /* wait recive */ 200 + /* wait receive */ 201 201 ret = hspi_status_check_timeout(hspi, 0x4, 0x4); 202 202 if (ret < 0) 203 203 break;