From: Tobin C. Harding Date: Fri, 17 Aug 2018 04:16:47 +0000 (+1000) Subject: CONTRIBUTING: Update reference to kernel coding style X-Git-Tag: lxc-2.0.10~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85a7cf828e7eec7812360d190d182bb25d5be905;p=thirdparty%2Flxc.git CONTRIBUTING: Update reference to kernel coding style Kernel coding style guide filename is stale, this file has been renamed in the kernel tree. While this file still exists we should use the new filename. Update reference to kernel coding style guide to use the new file name. Signed-off-by: Tobin C. Harding --- diff --git a/CONTRIBUTING b/CONTRIBUTING index 4e8aa389e..227641346 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -14,8 +14,9 @@ Coding Style: The coding style follows the Linux kernel coding style. -The coding style is defined in the 'CodingStyle' file, available in -the directory 'Documentation' of the Linux kernel source tree. +The Linux kernel coding style guide can be found within the kernel tree: + + Documentation/process/coding-style.rst It can be accessed online too: