public inbox for dmaengine@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/3] dmaengine: dw-axi-dmac: Coding style cleanups
@ 2026-02-02  6:02 Khairul Anuar Romli
  2026-02-02  6:02 ` [PATCH v7 1/3] dmaengine: dw-axi-dmac: fix Alignment should match open parenthesis Khairul Anuar Romli
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Khairul Anuar Romli @ 2026-02-02  6:02 UTC (permalink / raw)
  To: Eugeniy Paltsev, Vinod Koul, dmaengine, linux-kernel,
	Markus.Elfring, Khairul Anuar Romli

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

These changes are purely cosmetic:
- Adjust indentation of function arguments and debug messages
- Remove an unnecessary `return;` statement
- Add a blank line for readability between functions

These updates improve code readability and maintain consistency with
kernel coding style guidelines. No functional changes are introduced.

---
Notes:
This patch series is applied on dmaengine maintainer's tree
https://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git/log/?h=next

Changes in v7:
	- Refine summary on every patches in the series.
Changes in v6:
	- Refine commit message on the patches.
Changes in v5:
	- Refine the commit message of each patch to mention the use of
          checkpatch.pl analysis tool for the fix.
Changes in v4:
	- Improve the description on every patch.
	- Mentioned the commit the patches addressed.
Changes in v3:
	- Split into smaller patches based on warning type
Changes in v2:
	- Rebase on top of newer merge commit
v1:
https://lore.kernel.org/all/20260104093529.40913-1-karom.9560@gmail.com/
---
Subject: [PATCH 0/3] *** SUBJECT HERE ***

*** BLURB HERE ***

Khairul Anuar Romli (3):
  dmaengine: dw-axi-dmac: fix Alignment should match open parenthesis
  dmaengine: dw-axi-dmac: Add blank line after function
  dmaengine: dw-axi-dmac: Remove unnecessary return statement from void
    function

 drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-02-28  0:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-02  6:02 [PATCH v7 0/3] dmaengine: dw-axi-dmac: Coding style cleanups Khairul Anuar Romli
2026-02-02  6:02 ` [PATCH v7 1/3] dmaengine: dw-axi-dmac: fix Alignment should match open parenthesis Khairul Anuar Romli
2026-02-02  6:26   ` Markus Elfring
2026-02-02 11:58     ` Khairul Anuar Romli
2026-02-02  6:02 ` [PATCH v7 2/3] dmaengine: dw-axi-dmac: Add blank line after function Khairul Anuar Romli
2026-02-02  6:02 ` [PATCH 3/3] dmaengine: dw-axi-dmac: Remove unnecessary return statement from void function Khairul Anuar Romli
2026-02-02 15:20 ` [PATCH v7 0/3] dmaengine: dw-axi-dmac: Coding style cleanups Markus Elfring
2026-02-25 11:24 ` Vinod Koul
2026-02-28  0:30   ` Khairul Anuar Romli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox