From: Ponnuvel Palaniyappan Date: Fri, 7 Feb 2020 15:55:08 +0000 (+0000) Subject: coding-style: update a link and fix typos. X-Git-Tag: v15.1.1~514^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cf187171430f5736971fffc02290df6a6b9c1046;p=ceph.git coding-style: update a link and fix typos. Signed-off-by: Ponnuvel Palaniyappan --- diff --git a/CodingStyle b/CodingStyle index c3083a6d7f7d9..8b819bf896edb 100644 --- a/CodingStyle +++ b/CodingStyle @@ -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.