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

spi: sh-msiof: Typo in comment s/tx/rx/

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
a669c11a f7c05e83

+1 -1
+1 -1
drivers/spi/spi-sh-msiof.c
··· 487 487 /* clear status bits */ 488 488 sh_msiof_reset_str(p); 489 489 490 - /* shut down frame, tx/tx and clock signals */ 490 + /* shut down frame, rx/tx and clock signals */ 491 491 ret = sh_msiof_modify_ctr_wait(p, CTR_TFSE, 0); 492 492 ret = ret ? ret : sh_msiof_modify_ctr_wait(p, CTR_TXE, 0); 493 493 if (rx_buf)