Re: kernel style preference trivia: '* const' vs '*const' ?
From: Miguel Ojeda
Date: Sun Oct 09 2022 - 12:53:11 EST
On Sun, Oct 9, 2022 at 6:21 PM Joe Perches <joe@xxxxxxxxxxx> wrote:
>
> The kernel uses '* const' about 10:1 over '*const'
Yeah, going with the most commonly used one sounds best.
clang-format will be able to handle either way with
`SpaceAroundPointerQualifiers` as soon as the minimum is LLVM 12.
Cheers,
Miguel