Commit 659208da authored by Baruch Siach's avatar Baruch Siach Committed by Tom Rini
Browse files

README: update the kernel coding style reference



The old CodingStyle document has been converted to ReST and moved
elsewhere. Link to the web version of this document instead.
Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
parent a72c6180
...@@ -5126,8 +5126,9 @@ Coding Standards: ...@@ -5126,8 +5126,9 @@ Coding Standards:
----------------- -----------------
All contributions to U-Boot should conform to the Linux kernel All contributions to U-Boot should conform to the Linux kernel
coding style; see the file "Documentation/CodingStyle" and the script coding style; see the kernel coding style guide at
"scripts/Lindent" in your Linux kernel source directory. https://www.kernel.org/doc/html/latest/process/coding-style.html, and the
script "scripts/Lindent" in your Linux kernel source directory.
Source files originating from a different project (for example the Source files originating from a different project (for example the
MTD subsystem) are generally exempt from these guidelines and are not MTD subsystem) are generally exempt from these guidelines and are not
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment