浏览代码

dmaengine: xilinx_dma: fix style issues from checkpatch

This patch fixes below.
ERROR: open brace '{' following function definitions go on the next line
+static int xilinx_dma_child_probe(struct xilinx_dma_device *xdev,
+				    struct device_node *node) {

Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Kedareswara rao Appana 7 年之前
父节点
当前提交
22653af70e
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      drivers/dma/xilinx/xilinx_dma.c

+ 2 - 1
drivers/dma/xilinx/xilinx_dma.c

@@ -2484,7 +2484,8 @@ static int xilinx_dma_chan_probe(struct xilinx_dma_device *xdev,
  * Return: 0 always.
  */
 static int xilinx_dma_child_probe(struct xilinx_dma_device *xdev,
-				    struct device_node *node) {
+				    struct device_node *node)
+{
 	int ret, i, nr_channels = 1;
 
 	ret = of_property_read_u32(node, "dma-channels", &nr_channels);