From 2dccaea3e6eb2c977b39d9f8f5e86e068c10b6fa Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Fri, 17 Aug 2018 09:19:32 +1000 Subject: [PATCH] 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 --- CONTRIBUTING | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: -- 2.47.2