···77Please use the script checkpatch.pl in the scripts directory to check
88patches before submitting.
991010+Formatting and style
1111+********************
1212+1013Whitespace
1114==========
1215···204207205208Rationale: Consistency, and ease of visually picking out a multiline
206209comment from the surrounding code.
210210+211211+Language usage
212212+**************
207213208214Preprocessor
209215============
···525531 return g_steal_pointer(&foo);
526532 }
527533534534+535535+QEMU Specific Idioms
536536+********************
528537529538Error handling and reporting
530539============================