diff mbox series

[U-Boot] README: update the kernel coding style reference

Message ID d8d4751dac7b0ed8e1d9fe5a1b3addc8fce01778.1512920075.git.baruch@tkos.co.il
State Accepted
Commit 659208da4703de50826a469cbb38bf6afb938978
Delegated to: Tom Rini
Headers show
Series [U-Boot] README: update the kernel coding style reference | expand

Commit Message

Baruch Siach Dec. 10, 2017, 3:34 p.m. UTC
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>
---
 README | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Tom Rini Dec. 13, 2017, 10:57 p.m. UTC | #1
On Sun, Dec 10, 2017 at 05:34:35PM +0200, Baruch Siach wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/README b/README
index 2df0e1f8a78e..93c7ea966589 100644
--- a/README
+++ b/README
@@ -5126,8 +5126,9 @@  Coding Standards:
 -----------------
 
 All contributions to U-Boot should conform to the Linux kernel
-coding style; see the file "Documentation/CodingStyle" and the script
-"scripts/Lindent" in your Linux kernel source directory.
+coding style; see the kernel coding style guide at
+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
 MTD subsystem) are generally exempt from these guidelines and are not