From: Tobin C. Harding Date: Thu, 16 Aug 2018 23:19:32 +0000 (+1000) Subject: CONTRIBUTING: Direct readers to CODING_STYLE.md X-Git-Tag: lxc-2.0.10~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dccaea3e6eb2c977b39d9f8f5e86e068c10b6fa;p=thirdparty%2Flxc.git CONTRIBUTING: Direct readers to CODING_STYLE.md 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 --- diff --git a/CONTRIBUTING b/CONTRIBUTING index b1a710a19..a3479bfda 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -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: