On Tue, Jul 11, 2017 at 09:26:22PM +0100, Mark Cave-Ayland wrote: > On 11/07/17 21:18, Michael S. Tsirkin wrote: > > > Multi-line comments also should formatted > > > > /* > > * like > > * this > > */ > > > > not > > > > /* like > > * this */ > > > > Interesting, I never knew there was a preferred format for comments (I > see both styles throughout the codebase). > > FWIW it's probably worth pointing out that the style for multi-line > comments isn't given in CODING_STYLE, and checkpatch didn't complain > either...
I just noticed that, too. I will submit a patch. -- Eduardo