summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-02-03 13:16:20 -0600
committerHeinrich Schuchardt <[email protected]>2026-02-06 10:00:49 +0100
commit4c289099b35c4c4d6114a733da743855dabc135a (patch)
tree63c503ad240dd6ccdbc88e279d4ecddffa16199d /doc/develop
parent4a7f6e5bc1c5284a6ffc39b20ea21a80b9f4a831 (diff)
doc: develop/process: Clarify name usage in the Signed-off-by line
Long ago we took the Linux Kernel documentation about adding a Signed-off-by line and adjusted it slightly for how we organized things. In 2003 Linus clarified the intent and then re-worded what the name portion of the Signed-off-by line can be. Mirror that change here. Link: https://git.kernel.org/torvalds/c/d4563201f33a Signed-off-by: Tom Rini <[email protected]> Reviewed-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'doc/develop')
-rw-r--r--doc/develop/process.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/develop/process.rst b/doc/develop/process.rst
index fd81d9c5ebd..3c783ed5a0e 100644
--- a/doc/develop/process.rst
+++ b/doc/develop/process.rst
@@ -139,8 +139,7 @@ document.
message by which the signer certifies that they were involved in the development
of the patch and that they accept the `Developer Certificate of Origin
<https://developercertificate.org/>`_. Following this and adding a
- ``Signed-off-by:`` line that contains the developer's name and email address
- is required.
+ ``Signed-off-by:`` line using a known identity and email address is required.
* Please note that in U-Boot, we do not add a ``Signed-off-by`` tag if we
just pass on a patch without any changes.