瀏覽代碼

spi/s3c64xx: Correct indentation

Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Geert Uytterhoeven 11 年之前
父節點
當前提交
3e83c19497
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/spi/spi-s3c64xx.c

+ 1 - 1
drivers/spi/spi-s3c64xx.c

@@ -890,7 +890,7 @@ static int s3c64xx_spi_transfer_one(struct spi_master *master,
 	unsigned long flags;
 	unsigned long flags;
 	int use_dma;
 	int use_dma;
 
 
-		reinit_completion(&sdd->xfer_completion);
+	reinit_completion(&sdd->xfer_completion);
 
 
 	/* Only BPW and Speed may change across transfers */
 	/* Only BPW and Speed may change across transfers */
 	bpw = xfer->bits_per_word;
 	bpw = xfer->bits_per_word;