Skip to content

Commit

Permalink
coding-style: update a link and fix typos.
Browse files Browse the repository at this point in the history
Signed-off-by: Ponnuvel Palaniyappan <[email protected]>
  • Loading branch information
pponnuvel committed Feb 7, 2020
1 parent 06c9e64 commit cf18717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CodingStyle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.


Expand Down

0 comments on commit cf18717

Please sign in to comment.