diff options
author | Dominik Brodowski <linux@dominikbrodowski.net> | 2018-02-10 13:55:15 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-02-13 14:20:38 -0700 |
commit | e474785a12b46230ecf9f3663166b0de1175bcdc (patch) | |
tree | 6ca93c4d702af5bcbca99e44440de4f48205cf10 /Documentation/process/5.Posting.rst | |
parent | d2532e438aecf328e510a6d72fd5bbb49199f6b2 (diff) | |
download | blackbird-op-linux-e474785a12b46230ecf9f3663166b0de1175bcdc.tar.gz blackbird-op-linux-e474785a12b46230ecf9f3663166b0de1175bcdc.zip |
Documentation/process: Co-developed-by instead of Co-Developed-by
Up to now, all commit messages have used the "d" in lower case.
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/process/5.Posting.rst')
-rw-r--r-- | Documentation/process/5.Posting.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/process/5.Posting.rst b/Documentation/process/5.Posting.rst index 645fa9c7388a..c209d70da66f 100644 --- a/Documentation/process/5.Posting.rst +++ b/Documentation/process/5.Posting.rst @@ -213,7 +213,7 @@ The tags in common use are: which can be found in Documentation/process/submitting-patches.rst. Code without a proper signoff cannot be merged into the mainline. - - Co-Developed-by: states that the patch was also created by another developer + - Co-developed-by: states that the patch was also created by another developer along with the original author. This is useful at times when multiple people work on a single patch. Note, this person also needs to have a Signed-off-by: line in the patch as well. |