]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
CONTRIBUTING: Direct readers to CODING_STYLE.md
authorTobin C. Harding <me@tobin.cc>
Thu, 16 Aug 2018 23:19:32 +0000 (09:19 +1000)
committerChristian Brauner <christian.brauner@ubuntu.com>
Mon, 10 Dec 2018 15:20:50 +0000 (16:20 +0100)
Currently the 'Coding Style' section mentions only the kernel coding
style.  We have additions on top on this outlined in CODING_STYLE.md.
We should direct readers to this document as well as the kernel docs.

Direct readers to CODING_STLYE.md in the 'Coding Style' section.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
CONTRIBUTING

index b1a710a19b45b9ae01e6a0fe9c166f0a8a45a2f4..a3479bfdaaf8c12d2b34f194d4f7f18741d84802 100644 (file)
@@ -12,7 +12,8 @@ pay attention to a few things:
 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: