Re: [PATCH] drbd: fix pointer cast spacing
From: Bart Van Assche
Date: Wed Mar 11 2026 - 12:50:07 EST
On 3/11/26 1:35 AM, Richard Lyu wrote:
Checkpatch.pl reports the following coding style issue:Checkpatch is for checking patches before these are posted on a Linux
ERROR: "(foo*)" should be "(foo *)"
+ struct p_trim *t = (struct p_trim*)p;
kernel mailing list and should not be used on code that has already
been merged into the Linux kernel tree.
Thanks,
Bart.