All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Daniel P. Berrangé" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Alex Bennée" <alex.bennee@linaro.org>,
	"Daniel P. Berrangé" <berrange@redhat.com>,
	"Marc-André Lureau" <marcandre.lureau@gmail.com>,
	"Stefan Hajnoczi" <stefanha@gmail.com>
Subject: [Qemu-devel] [PATCH v3 4/4] docs: split the CODING_STYLE doc into distinct groups
Date: Thu, 29 Aug 2019 17:50:36 +0100	[thread overview]
Message-ID: <20190829165036.9773-5-berrange@redhat.com> (raw)
In-Reply-To: <20190829165036.9773-1-berrange@redhat.com>

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 CODING_STYLE.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/CODING_STYLE.rst b/CODING_STYLE.rst
index 39397f0f6f..427699e0e4 100644
--- a/CODING_STYLE.rst
+++ b/CODING_STYLE.rst
@@ -7,6 +7,9 @@ QEMU Coding Style
 Please use the script checkpatch.pl in the scripts directory to check
 patches before submitting.
 
+Formatting and style
+********************
+
 Whitespace
 ==========
 
@@ -205,6 +208,9 @@ comment anyway.)
 Rationale: Consistency, and ease of visually picking out a multiline
 comment from the surrounding code.
 
+Language usage
+**************
+
 Preprocessor
 ============
 
@@ -526,6 +532,9 @@ are still some caveats to beware of
     }
 
 
+QEMU Specific Idioms
+********************
+
 Error handling and reporting
 ============================
 
-- 
2.21.0



  parent reply	other threads:[~2019-08-29 16:59 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-29 16:50 [Qemu-devel] [PATCH v3 0/4] docs: add docs about use of automatic cleanup functions Daniel P. Berrangé
2019-08-29 16:50 ` [Qemu-devel] [PATCH v3 1/4] docs: convert README, CODING_STYLE and HACKING to RST syntax Daniel P. Berrangé
2019-09-09 12:57   ` Philippe Mathieu-Daudé
2019-09-09 13:15     ` Daniel P. Berrangé
2019-09-09 13:20       ` Philippe Mathieu-Daudé
2019-09-09 14:25         ` Paolo Bonzini
2019-09-09 15:14           ` Alex Bennée
2019-08-29 16:50 ` [Qemu-devel] [PATCH v3 2/4] docs: merge HACKING.rst contents into CODING_STYLE.rst Daniel P. Berrangé
2019-09-05 14:43   ` Eric Blake
2019-08-29 16:50 ` [Qemu-devel] [PATCH v3 3/4] docs: document use of automatic cleanup functions in glib Daniel P. Berrangé
2019-09-05 14:46   ` Eric Blake
2019-08-29 16:50 ` Daniel P. Berrangé [this message]
2019-09-05 13:31   ` [Qemu-devel] [PATCH v3 4/4] docs: split the CODING_STYLE doc into distinct groups Peter Maydell

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=20190829165036.9773-5-berrange@redhat.com \
    --to=berrange@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=marcandre.lureau@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.