Re: [Qemu-devel] [PATCH] CODING_STYLE: Mention preferred comment form

2017-02-15 Thread Michael Tokarev
03.02.2017 20:58, Peter Maydell wrote: > Our defacto coding style strongly prefers /* */ style comments > over the single-line // style, and checkpatch enforces this, > but we don't actually document this. Mention it in CODING_STYLE. Applied to -trivial, thanks! /mjt

Re: [Qemu-devel] [PATCH] CODING_STYLE: Mention preferred comment form

2017-02-13 Thread Stefan Hajnoczi
On Fri, Feb 03, 2017 at 05:58:42PM +, Peter Maydell wrote: > Our defacto coding style strongly prefers /* */ style comments > over the single-line // style, and checkpatch enforces this, > but we don't actually document this. Mention it in CODING_STYLE. > > Suggested-by: Thomas Huth > Signed-

Re: [Qemu-devel] [PATCH] CODING_STYLE: Mention preferred comment form

2017-02-04 Thread Fam Zheng
On Fri, 02/03 17:58, Peter Maydell wrote: > Our defacto coding style strongly prefers /* */ style comments > over the single-line // style, and checkpatch enforces this, > but we don't actually document this. Mention it in CODING_STYLE. > > Suggested-by: Thomas Huth > Signed-off-by: Peter Maydell

Re: [Qemu-devel] [PATCH] CODING_STYLE: Mention preferred comment form

2017-02-04 Thread Markus Armbruster
Peter Maydell writes: > Our defacto coding style strongly prefers /* */ style comments > over the single-line // style, and checkpatch enforces this, > but we don't actually document this. Mention it in CODING_STYLE. > > Suggested-by: Thomas Huth > Signed-off-by: Peter Maydell > --- > CODING_S

[Qemu-devel] [PATCH] CODING_STYLE: Mention preferred comment form

2017-02-03 Thread Peter Maydell
Our defacto coding style strongly prefers /* */ style comments over the single-line // style, and checkpatch enforces this, but we don't actually document this. Mention it in CODING_STYLE. Suggested-by: Thomas Huth Signed-off-by: Peter Maydell --- CODING_STYLE | 7 +++ 1 file changed, 7 ins