]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
CONTRIBUTING: Update reference to kernel coding style
authorTobin C. Harding <me@tobin.cc>
Fri, 17 Aug 2018 04:16:47 +0000 (14:16 +1000)
committerChristian Brauner <christian.brauner@ubuntu.com>
Mon, 10 Dec 2018 15:20:45 +0000 (16:20 +0100)
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 <me@tobin.cc>
CONTRIBUTING

index 4e8aa389ed4bb014f34803210faf039f3746cd6b..227641346a078c8ee04f2d8a0a23d530c22c3d2d 100644 (file)
@@ -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: