[PATCH 0/3] dmaengine: axi-dmac: Coding style cleanups

From: Khairul Anuar Romli

Date: Fri Mar 27 2026 - 22:57:20 EST


This series contains a patches that fix minor coding style issues in the
DesignWare AXI DMA Controller driver. This adjustment were detected with
the help of the analysis tool “checkpatch.pl".

These changes are purely cosmetic:
- Adjust indentation of function arguments and function calls
- Fix the line ends with "("
- Refactor NULL check using logical NOT.

Khairul Anuar Romli (3):
dmaengine: dw-axi-dmac: fix Alignment should match open parenthesis
dmaengine: dw-axi-dmac: fix Lines should not end with a '(' warning
dmaengine: dw-axi-dmac: use logical NOT for NULL check on of_channels

drivers/dma/dma-axi-dmac.c | 52 ++++++++++++++++++++------------------
1 file changed, 27 insertions(+), 25 deletions(-)

--
2.43.0