Re: [PATCH] drbd: fix pointer cast spacing
Bart Van Assche <[email protected]> Wed, 11 Mar 2026 09:49:49 -0700
| Newsgroups | dev.linux.lists.drbd-dev,org.kernel.vger.linux-block,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 3/11/26 1:35 AM, Richard Lyu wrote: > Checkpatch.pl reports the following coding style issue: > ERROR: "(foo*)" should be "(foo *)" > + struct p_trim *t = (struct p_trim*)p; Checkpatch is for checking patches before these are posted on a Linux kernel mailing list and should not be used on code that has already been merged into the Linux kernel tree. Thanks, Bart.