From cf187171430f5736971fffc02290df6a6b9c1046 Mon Sep 17 00:00:00 2001 From: Ponnuvel Palaniyappan Date: Fri, 7 Feb 2020 15:55:08 +0000 Subject: [PATCH] coding-style: update a link and fix typos. Signed-off-by: Ponnuvel Palaniyappan --- CodingStyle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.5