Tests: Add test to check shared-memory FD leaks after relayd dies
[lttng-tools.git] / CodingStyle
diff --git a/CodingStyle b/CodingStyle
deleted file mode 100644 (file)
index 6e7adfc..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-LTTng-Tools Coding Style
-
-Last Update: 23/07/2012
-
-C Style:
--------------
-
-The coding style used for this project follows the the Linux kernel guide
-lines, except that brackets "{", "}" should typically be used even for
-single-line if/else statements. Please refer to:
-
-- doc/kernel-CodingStyle.txt (copied from Linux 3.4.4 git tree).
-
-- Linux kernel scripts/checkpatch.pl for a script which verify the patch
-  coding style.
-
-Commenting:
--------------
-
-Every function MUST have a comment above it even if the function is trivial.
-
-Please add non-trivial comments/documentation as much you can in the code. Poor
-comments WILL be rejected upon merging so please pay attention to this details
-because we do!
This page took 0.022904 seconds and 4 git commands to generate.