From: Geert Uytterhoeven Date: Sun, 12 Jan 2014 13:07:50 +0000 (+0100) Subject: spi/s3c64xx: Correct indentation X-Git-Tag: v5.15~18571^2~2^5 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=3e83c1949790d542435866651f451ddecc30ad41;p=mirror_ubuntu-kernels.git spi/s3c64xx: Correct indentation Signed-off-by: Geert Uytterhoeven Signed-off-by: Mark Brown --- diff --git a/drivers/spi/spi-s3c64xx.c b/drivers/spi/spi-s3c64xx.c index b4ea9306cf35..ae907dde1371 100644 --- a/drivers/spi/spi-s3c64xx.c +++ b/drivers/spi/spi-s3c64xx.c @@ -890,7 +890,7 @@ static int s3c64xx_spi_transfer_one(struct spi_master *master, unsigned long flags; int use_dma; - reinit_completion(&sdd->xfer_completion); + reinit_completion(&sdd->xfer_completion); /* Only BPW and Speed may change across transfers */ bpw = xfer->bits_per_word;