qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 4/4] docs: split the CODING_STYLE doc into distinct g


From: Daniel P . Berrangé
Subject: [Qemu-devel] [PULL 4/4] docs: split the CODING_STYLE doc into distinct groups
Date: Thu, 5 Sep 2019 14:45:26 +0100

Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Daniel P. Berrangé <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]