From: Alex Williamson <alex.williamson@redhat.com>
To: Thomas Huth <thuth@redhat.com>
Cc: "Richard Henderson" <richard.henderson@linaro.org>,
"Peter Maydell" <peter.maydell@linaro.org>,
qemu-devel@nongnu.org, qemu-trivial@nongnu.org,
"Kevin Wolf" <kwolf@redhat.com>,
patches@linaro.org, "Cornelia Huck" <cohuck@redhat.com>,
"Markus Armbruster" <armbru@redhat.com>,
"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
"Stefan Hajnoczi" <stefanha@redhat.com>,
"John Snow" <jsnow@redhat.com>,
"Richard Henderson" <rth@twiddle.net>
Subject: Re: [Qemu-devel] [PATCH v2] CODING_STYLE: Define our preferred form for multiline comments
Date: Tue, 12 Jun 2018 12:47:29 -0600 [thread overview]
Message-ID: <20180612124729.0e630825@w520.home> (raw)
In-Reply-To: <85642e2a-f00a-3d85-8525-0ae89e4d71c9@redhat.com>
On Tue, 12 Jun 2018 20:12:02 +0200
Thomas Huth <thuth@redhat.com> wrote:
> On 12.06.2018 19:30, Richard Henderson wrote:
> > On 06/11/2018 04:17 AM, Peter Maydell wrote:
> >> The codebase has a bit of a mix of different multiline
> >> comment styles. State a preference for the Linux kernel
> >> style:
> >> /*
> >> * Star on the left for each line.
> >> * Leading slash-star and trailing star-slash
> >> * each go on a line of their own.
> >> */
> >>
> >> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> >> ---
> >> This is not my personal favourite, but seemed to be the
> >> closest we had to consensus in the mail thread for v1;
> >> I can live with it in order to avoid getting patches which
> >> use the styles I like even less :-)
> >
> > Honestly, I don't like this except for "important" comments.
> >
> > A "small" comment, e.g. one that doesn't quite fit on a single line, now takes
> > 4 lines instead of 2. Which is really annoying and IMO tends to break flow.
> >
> > If you don't like
> >
> > /* gnu
> > style */
> >
> > or
> >
> > /* whatever
> > * this is */
> >
> > could you live with
> >
> > // c99/c++
> > // comments
>
> FWIW:
>
> +1 for one or two of those compact styles for two- or three-line comments.
or four-line or single paragraphs or comments that rhyme with
"orange"... If the comment is too large for a single line, then take
some time to say it more concisely, or maybe it does deserve enough
thought to frame a nice paragraph for it. We're well into personal
style here, so either this is important enough to make some people
unhappy or we should leave it to maintainer preference and consistency
within a file/area. Thanks,
Alex
next prev parent reply other threads:[~2018-06-12 18:47 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-11 14:17 [Qemu-devel] [PATCH v2] CODING_STYLE: Define our preferred form for multiline comments Peter Maydell
2018-06-11 14:21 ` Eric Blake
2018-06-11 14:57 ` Cornelia Huck
2018-06-11 16:02 ` Markus Armbruster
2018-06-11 16:15 ` Alex Williamson
2018-06-11 16:40 ` Peter Maydell
2018-06-11 16:49 ` Alex Williamson
2018-06-11 16:24 ` Thomas Huth
2018-06-11 16:31 ` John Snow
2018-06-12 17:30 ` Richard Henderson
2018-06-12 17:41 ` Philippe Mathieu-Daudé
2018-06-12 18:12 ` Thomas Huth
2018-06-12 18:47 ` Alex Williamson [this message]
2018-06-13 7:05 ` Cornelia Huck
2018-06-13 12:30 ` Peter Maydell
2018-06-13 16:55 ` John Snow
2018-06-14 10:46 ` Peter Maydell
2018-06-14 20:11 ` John Snow
2018-06-15 2:52 ` Philippe Mathieu-Daudé
2018-06-15 4:43 ` Thomas Huth
2018-06-15 8:48 ` Peter Maydell
2018-06-15 12:45 ` Markus Armbruster
2018-06-13 13:31 ` Stefan Hajnoczi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180612124729.0e630825@w520.home \
--to=alex.williamson@redhat.com \
--cc=armbru@redhat.com \
--cc=cohuck@redhat.com \
--cc=f4bug@amsat.org \
--cc=jsnow@redhat.com \
--cc=kwolf@redhat.com \
--cc=patches@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=rth@twiddle.net \
--cc=stefanha@redhat.com \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).