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

spi/s3c64xx: Correct indentation

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
3e83c194 0abd3e37

+1 -1
+1 -1
drivers/spi/spi-s3c64xx.c
··· 890 890 unsigned long flags; 891 891 int use_dma; 892 892 893 - reinit_completion(&sdd->xfer_completion); 893 + reinit_completion(&sdd->xfer_completion); 894 894 895 895 /* Only BPW and Speed may change across transfers */ 896 896 bpw = xfer->bits_per_word;