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