From: Mathieu Desnoyers Date: Wed, 30 May 2012 13:07:41 +0000 (-0400) Subject: Add coding style document X-Git-Tag: v2.1.0-rc1~21 X-Git-Url: http://git.lttng.org/?p=lttng-modules.git;a=commitdiff_plain;h=e6079b24ef49b9b47e8b10f6917928f76e10d8c9 Add coding style document Signed-off-by: Mathieu Desnoyers --- diff --git a/CodingStyle b/CodingStyle new file mode 100644 index 00000000..006d16c5 --- /dev/null +++ b/CodingStyle @@ -0,0 +1,10 @@ +LTTng Modules Kernel Tracer Coding Style + +The coding style used for this project follows the 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