瀏覽代碼

dmaengine: imx-dma: fix coding style issue

imxdma_probe function starting brace is wrongly indented, so fix that

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Linus Walleij <linus.walleij@linaro.org>
Vinod Koul 9 年之前
父節點
當前提交
71c6b66349
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/dma/imx-dma.c

+ 1 - 1
drivers/dma/imx-dma.c

@@ -1052,7 +1052,7 @@ static struct dma_chan *imxdma_xlate(struct of_phandle_args *dma_spec,
 }
 }
 
 
 static int __init imxdma_probe(struct platform_device *pdev)
 static int __init imxdma_probe(struct platform_device *pdev)
-	{
+{
 	struct imxdma_engine *imxdma;
 	struct imxdma_engine *imxdma;
 	struct resource *res;
 	struct resource *res;
 	const struct of_device_id *of_id;
 	const struct of_device_id *of_id;