summaryrefslogtreecommitdiff
path: root/scripts/bash-completion
diff options
context:
space:
mode:
authorKhairul Anuar Romli <karom.9560@gmail.com>2026-02-02 09:02:17 +0300
committerVinod Koul <vkoul@kernel.org>2026-02-25 13:03:38 +0300
commit6c5883a9ba296d2797437066592d15b2d202de7a (patch)
tree6ef387c52a3ed6bae42fea0972451704039627a8 /scripts/bash-completion
parentff7cbcca2b32c6e079941e577c41c74036861d5a (diff)
downloadlinux-6c5883a9ba296d2797437066592d15b2d202de7a.tar.xz
dmaengine: dw-axi-dmac: fix Alignment should match open parenthesis
checkpatch.pl --strict reports a CHECK warning in dw-axi-dmac-platform.c: CHECK: Alignment should match open parenthesis This warning occurs when multi-line function calls or expressions have continuation lines that don't properly align with the opening parenthesis position. This patch fixes all instances in dw-axi-dmac-platform.c where continuation lines were indented with an inconsistent number of spaces/tabs that neither matched the parenthesis column nor followed a standard indent pattern. Proper alignment improves code readability and maintainability by making parameter lists visually consistent across the kernel codebase. Fixes: 1fe20f1b8454 ("dmaengine: Introduce DW AXI DMAC driver") Fixes: e32634f466a9 ("dma: dw-axi-dmac: support per channel interrupt") Signed-off-by: Khairul Anuar Romli <karom.9560@gmail.com> Link: https://patch.msgid.link/20260202060224.12616-2-karom.9560@gmail.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'scripts/bash-completion')
0 files changed, 0 insertions, 0 deletions