[web] Correct kernel sign-off docs reference

LEDE Commits lede-commits at lists.infradead.org
Fri Oct 14 13:22:35 PDT 2016


mkresin pushed a commit to web.git, branch master:
https://git.lede-project.org/273c6a8d3d2ad530e9623df3f4a5276ba7eae7c5

commit 273c6a8d3d2ad530e9623df3f4a5276ba7eae7c5
Author: Marvin Arnold <marvin at unplugged.im>
AuthorDate: Thu Oct 6 09:09:30 2016 -0500

    Correct kernel sign-off docs reference
    
    Fix typo in patching instructions for web. Should reference Section 1.11 not 1.1 of Linux Kernel patches guide.
    
    Signed-off-by: Marvin Arnold <marvin at unplugged.im>
---
 development.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/development.txt b/development.txt
index e659017..b813e6b 100644
--- a/development.txt
+++ b/development.txt
@@ -59,7 +59,7 @@ git clone https://git.lede-project.org/web.git
 
 The biggest difference is that we now accept pull requests. Patches can be submitted as either a pull request on Github or small fixes and minor patches can also be submitted via the mailing list. Submissions should follow these rules:
 
-. A `Signed-off-by` line must be added to your commit / patch in accordance with Section 1.1 of the https://www.kernel.org/doc/Documentation/SubmittingPatches[Linux Kernel patches guide].
+. A `Signed-off-by` line must be added to your commit / patch in accordance with Section 1.11 of the https://www.kernel.org/doc/Documentation/SubmittingPatches[Linux Kernel patches guide].
 .. Git: `git commit --signoff`
 .. Email: Just add line like `Signed-off-by: Random J Developer <random at developer.example.org>` to the top patch.
 . TBD



More information about the lede-commits mailing list