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...


ATB,

Mark.


Reply via email to