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

Khairul Anuar Romli posted 3 patches 1 week, 6 days ago
There is a newer version of this series
drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
[PATCH v4 0/3] dmaengine: dw-axi-dmac: Coding style cleanups
Posted by Khairul Anuar Romli 1 week, 6 days ago
This series contains a single patch that fixes minor coding style
issues in the Synopsys DesignWare AXI DMA Controller platform driver.

The 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 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/
---
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 not useful void return function
    statements

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

-- 
2.43.0
Re: [PATCH v4 0/3] dmaengine: dw-axi-dmac: Coding style cleanups
Posted by Markus Elfring 1 week, 5 days ago
> This series contains a single patch that fixes minor coding style
…

I find further wording refinements helpful here.
How do you think about to indicate in a consistent way that mentioned adjustment
possibilities were detected with the help of the analysis tool “checkpatch.pl”?

Regards,
Markus
Re: [PATCH v4 0/3] dmaengine: dw-axi-dmac: Coding style cleanups
Posted by Khairul Anuar Romli 1 week, 5 days ago
On 25/1/2026 5:40 pm, Markus Elfring wrote:
>> This series contains a single patch that fixes minor coding style
> …
> 
> I find further wording refinements helpful here.
> How do you think about to indicate in a consistent way that mentioned adjustment
> possibilities were detected with the help of the analysis tool “checkpatch.pl”?
> 
> Regards,
> Markus

Sure. I can resend the v5 and indicate the in cover letter that we the 
patch series was detected with the help of checkpatch.pl analysis tool.

Thanks,
Khairul
Re: [v4 0/3] dmaengine: dw-axi-dmac: Coding style cleanups
Posted by Markus Elfring 1 week, 5 days ago
>> I find further wording refinements helpful here.
>> How do you think about to indicate in a consistent way that mentioned adjustment
>> possibilities were detected with the help of the analysis tool “checkpatch.pl”?
…
> Sure. I can resend the v5 and indicate the in cover letter that we the patch series was detected with the help of checkpatch.pl analysis tool.

                                             in each patch

Regards,
Markus