Commit 659208da4703de50826a469cbb38bf6afb938978

Authored by Baruch Siach
Committed by Tom Rini
1 parent a72c618068

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: Baruch Siach <baruch@tkos.co.il>

Showing 1 changed file with 3 additions and 2 deletions Side-by-side Diff

... ... @@ -5126,8 +5126,9 @@
5126 5126 -----------------
5127 5127  
5128 5128 All contributions to U-Boot should conform to the Linux kernel
5129   -coding style; see the file "Documentation/CodingStyle" and the script
5130   -"scripts/Lindent" in your Linux kernel source directory.
  5129 +coding style; see the kernel coding style guide at
  5130 +https://www.kernel.org/doc/html/latest/process/coding-style.html, and the
  5131 +script "scripts/Lindent" in your Linux kernel source directory.
5131 5132  
5132 5133 Source files originating from a different project (for example the
5133 5134 MTD subsystem) are generally exempt from these guidelines and are not