docs: Update linux kernel coding style link

This commit is contained in:
Emil J. Tywoniak 2024-04-02 11:23:56 +02:00
parent b9d3bffda5
commit 73cacd543c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Formatting of code
blank lines.
- Otherwise stick to the Linux Kernel Coding Style:
https://www.kernel.org/doc/Documentation/CodingStyle
https://www.kernel.org/doc/Documentation/process/coding-style.rst
C++ Language