Skip to content

drbd: fix pointer cast spacing#638

Open
blktests-ci[bot] wants to merge 1 commit intolinus-master_basefrom
series/1064899=>linus-master
Open

drbd: fix pointer cast spacing#638
blktests-ci[bot] wants to merge 1 commit intolinus-master_basefrom
series/1064899=>linus-master

Conversation

@blktests-ci
Copy link

@blktests-ci blktests-ci bot commented Mar 11, 2026

Pull request for series with
subject: drbd: fix pointer cast spacing
version: 1
url: https://patchwork.kernel.org/project/linux-block/list/?series=1064899

Checkpatch.pl reports the following coding style issue:
ERROR: "(foo*)" should be "(foo *)"
+		struct p_trim *t = (struct p_trim*)p;

Place '*' next to the variable in the cast expression to follow
the kernel coding style. No functional change.

Signed-off-by: Richard Lyu <richard.lyu@suse.com>
@blktests-ci
Copy link
Author

blktests-ci bot commented Mar 11, 2026

Upstream branch: None
series: https://patchwork.kernel.org/project/linux-block/list/?series=1064899
version: 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant