]> git.proxmox.com Git - mirror_lxc.git/blobdiff - CONTRIBUTING
caps: fix illegal access to array bound
[mirror_lxc.git] / CONTRIBUTING
index 227641346a078c8ee04f2d8a0a23d530c22c3d2d..55cad4b4dbdf92ee176961a2ea91ad6e19796970 100644 (file)
@@ -5,14 +5,15 @@ This project accepts contributions. In order to contribute, you should
 pay attention to a few things:
 
     1 - your code must follow the coding style rules
-    2 - the format of the submission must Github pull requests
+    2 - the format of the submission must be Github pull requests
     3 - your work must be signed
 
 
 Coding Style:
 -------------
 
-The coding style follows the Linux kernel coding style.
+The LXC project generally follows the Linux kernel coding style.  However there
+are a few differences, these are outlined it CODING_STLYE.md
 
 The Linux kernel coding style guide can be found within the kernel tree:
 
@@ -20,7 +21,7 @@ The Linux kernel coding style guide can be found within the kernel tree:
 
 It can be accessed online too:
 
-https://www.kernel.org/doc/html/v4.10/process/coding-style.html
+https://www.kernel.org/doc/html/latest/process/coding-style.html
 
 Submitting Modifications:
 -------------------------