3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00

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

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