X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=blobdiff_plain;f=CodingStyle.md;fp=CodingStyle.md;h=4fabece1ee86e503ebbda1b9ab1f9ec730ba03dd;hp=0000000000000000000000000000000000000000;hb=e03d7c66c57bf268b87296566a5160039f35ccfb;hpb=79f8dc6f50b20fb6b1d99f9bd97d70aa361bc6ad diff --git a/CodingStyle.md b/CodingStyle.md new file mode 100644 index 00000000..4fabece1 --- /dev/null +++ b/CodingStyle.md @@ -0,0 +1,16 @@ + + +# LTTng-UST Coding Style + +The coding style used for this project follows the Linux kernel +guide lines. Please refer to: + +- Linux kernel Documentation/CodingStyle document for details, +- Linux kernel scripts/checkpatch.pl for a script which verify the patch + coding style. + +Mathieu Desnoyers, May 30, 2012