diff options
author | Geert Uytterhoeven <geert+renesas@linux-m68k.org> | 2014-01-12 13:07:50 (GMT) |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-01-13 11:30:41 (GMT) |
commit | 3e83c1949790d542435866651f451ddecc30ad41 (patch) | |
tree | 42ed61f9362b9b282784ae7a7f49f2492fdf1d50 /drivers | |
parent | 0abd3e37e6b2c3ea77f7d8597b3f22ad42d8defc (diff) | |
download | linux-3e83c1949790d542435866651f451ddecc30ad41.tar.xz |
spi/s3c64xx: Correct indentation
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/spi/spi-s3c64xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-s3c64xx.c b/drivers/spi/spi-s3c64xx.c index b4ea930..ae907dd 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; |