diff options
author | Ludovic Desroches <ludovic.desroches@atmel.com> | 2015-06-08 10:33:16 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-07-06 18:29:18 +0530 |
commit | 35ca0ee49d2973976f89f07eb842782a39d20a14 (patch) | |
tree | eb51b6957d3c60f3a3b9ddad3de6ad610ccf74d1 /drivers/dma | |
parent | d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 (diff) | |
download | op-kernel-dev-35ca0ee49d2973976f89f07eb842782a39d20a14.zip op-kernel-dev-35ca0ee49d2973976f89f07eb842782a39d20a14.tar.gz |
dmaengine: at_xdmac: fix indentation
Fix indentation.
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/at_xdmac.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/dma/at_xdmac.c b/drivers/dma/at_xdmac.c index cf1213d..86d5605 100644 --- a/drivers/dma/at_xdmac.c +++ b/drivers/dma/at_xdmac.c @@ -624,12 +624,12 @@ at_xdmac_prep_slave_sg(struct dma_chan *chan, struct scatterlist *sgl, unsigned int sg_len, enum dma_transfer_direction direction, unsigned long flags, void *context) { - struct at_xdmac_chan *atchan = to_at_xdmac_chan(chan); - struct at_xdmac_desc *first = NULL, *prev = NULL; - struct scatterlist *sg; - int i; - unsigned int xfer_size = 0; - unsigned long irqflags; + struct at_xdmac_chan *atchan = to_at_xdmac_chan(chan); + struct at_xdmac_desc *first = NULL, *prev = NULL; + struct scatterlist *sg; + int i; + unsigned int xfer_size = 0; + unsigned long irqflags; struct dma_async_tx_descriptor *ret = NULL; if (!sgl) |