[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260124024539.21110-3-karom.9560@gmail.com>
Date: Sat, 24 Jan 2026 10:45:38 +0800
From: Khairul Anuar Romli <karom.9560@...il.com>
To: Eugeniy Paltsev <Eugeniy.Paltsev@...opsys.com>,
Vinod Koul <vkoul@...nel.org>,
dmaengine@...r.kernel.org,
linux-kernel@...r.kernel.org,
Khairul Anuar Romli <karom.9560@...il.com>
Subject: [PATCH v3 2/3] dmaengine: dw-axi-dmac: Add blank line after function
scripts/checkpatch.pl --strict throws
CHECK: Please use a blank line after function/struct/union/enum
declarations:
drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c:422
Signed-off-by: Khairul Anuar Romli <karom.9560@...il.com>
---
Changes in v3:
- Split the patch into smaller patches according type
of warning.
Changes in v2:
- rebase on top of 3c8a86ed002a "dmaengine: xilinx: xdma: use
sg_nents_for_dma() helper"
- refactor the commit title
Reference to v1:
https://lore.kernel.org/all/20260104093529.40913-1-karom.9560@gmail.com/
---
drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c | 1 +
drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c b/drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c
index 8bb97fb8fd4c..e59725376f8e 100644
--- a/drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c
+++ b/drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c
@@ -419,6 +419,7 @@ static void dw_axi_dma_set_byte_halfword(struct axi_dma_chan *chan, bool set)
iowrite32(val, chan->chip->apb_regs + offset);
}
+
/* Called in chan locked context */
static void axi_chan_block_xfer_start(struct axi_dma_chan *chan,
struct axi_dma_desc *first)
--
2.43.0
Powered by blists - more mailing lists