aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBaruch Siach2017-12-10 09:34:35 -0600
committerTom Rini2017-12-12 20:34:10 -0600
commit659208da4703de50826a469cbb38bf6afb938978 (patch)
treebb097fd9c139f6eb71051e9b5344984efcefcee8 /README
parenta72c618068209bd1c754ce82f5dead4e8a844ebd (diff)
downloadu-boot-659208da4703de50826a469cbb38bf6afb938978.tar.gz
u-boot-659208da4703de50826a469cbb38bf6afb938978.tar.xz
u-boot-659208da4703de50826a469cbb38bf6afb938978.zip
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>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 2df0e1f8a7..93c7ea9665 100644
--- a/README
+++ b/README
@@ -5126,8 +5126,9 @@ Coding Standards:
5126----------------- 5126-----------------
5127 5127
5128All contributions to U-Boot should conform to the Linux kernel 5128All contributions to U-Boot should conform to the Linux kernel
5129coding style; see the file "Documentation/CodingStyle" and the script 5129coding style; see the kernel coding style guide at
5130"scripts/Lindent" in your Linux kernel source directory. 5130https://www.kernel.org/doc/html/latest/process/coding-style.html, and the
5131script "scripts/Lindent" in your Linux kernel source directory.
5131 5132
5132Source files originating from a different project (for example the 5133Source files originating from a different project (for example the
5133MTD subsystem) are generally exempt from these guidelines and are not 5134MTD subsystem) are generally exempt from these guidelines and are not