On 09/08/2018 18:00, Peter Maydell wrote: > The kernel's checkpatch does not enforce "leading /* on > a line of its own, so that part is unique to QEMU's checkpatch.
Yeah, that's because for some reason the Linux network subsystem uses the style without the lone leading "/*". Which is actually what QEMU is using in most of the code, I think, so... > I'm still not used to the leeading-/*-on-it's-own style, > so having checkpatch catch my lapses is handy... ... if it's not what we are using, why enforce it? Paolo