Merge pull request #4309 from widlarizer/emil/fix-code-style-link

docs: Update linux kernel coding style link
This commit is contained in:
Martin Povišer 2024-04-02 11:29:36 +02:00 committed by GitHub
commit 0210509dea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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