We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 821f296 commit 9f8efa7Copy full SHA for 9f8efa7
CODING_STYLE.rst
@@ -7,6 +7,9 @@ QEMU Coding Style
7
Please use the script checkpatch.pl in the scripts directory to check
8
patches before submitting.
9
10
+Formatting and style
11
+********************
12
+
13
Whitespace
14
==========
15
@@ -205,6 +208,9 @@ comment anyway.)
205
208
Rationale: Consistency, and ease of visually picking out a multiline
206
209
comment from the surrounding code.
207
210
211
+Language usage
212
+**************
213
214
Preprocessor
215
============
216
@@ -526,6 +532,9 @@ are still some caveats to beware of
526
532
}
527
533
528
534
535
+QEMU Specific Idioms
536
537
529
538
Error handling and reporting
530
539
============================
531
540
0 commit comments