From: Dominik Brodowski Date: Sat, 10 Feb 2018 12:55:15 +0000 (+0100) Subject: Documentation/process: Co-developed-by instead of Co-Developed-by X-Git-Tag: v4.19~1327^2~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e474785a12b46230ecf9f3663166b0de1175bcdc;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/process/5.Posting.rst b/Documentation/process/5.Posting.rst index 645fa9c..c209d70 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.