]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
coding-style: update a link and fix typos. 33128/head
authorPonnuvel Palaniyappan <pponnuvel@gmail.com>
Fri, 7 Feb 2020 15:55:08 +0000 (15:55 +0000)
committerPonnuvel Palaniyappan <pponnuvel@gmail.com>
Fri, 7 Feb 2020 15:55:08 +0000 (15:55 +0000)
Signed-off-by: Ponnuvel Palaniyappan <pponnuvel@gmail.com>
CodingStyle

index c3083a6d7f7d91b84aa078ce7ddb07bf49dfbd6c..8b819bf896edb1bbc5984ca89c0dc8d52065a73e 100644 (file)
@@ -9,7 +9,7 @@ C code
 
 For C code, we conform by the Linux kernel coding standards:
 
-    https://www.kernel.org/doc/Documentation/CodingStyle
+    https://www.kernel.org/doc/Documentation/process/coding-style.rst
 
 
 C++ code
@@ -105,7 +105,7 @@ by section.
 * Header Files -> The `#define` Guard:
 
   `#pragma once` is allowed for simplicity at the expense of
-   portability sinces `#pragma once` is wildly supported and is known
+   portability since `#pragma once` is widely supported and is known
    to work on GCC and Clang.