summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/common-tasks.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 9d4aaa5a67..b228c75aab 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -10595,7 +10595,8 @@ Preparing Changes for Submission
10595 following these accepted conventions: 10595 following these accepted conventions:
10596 10596
10597 - Be sure to include a "Signed-off-by:" line in the same style as 10597 - Be sure to include a "Signed-off-by:" line in the same style as
10598 required by the Linux kernel. Adding this line signifies that you, 10598 required by the Linux kernel. This can be done by using the
10599 ``git commit -s`` command. Adding this line signifies that you,
10599 the submitter, have agreed to the Developer's Certificate of 10600 the submitter, have agreed to the Developer's Certificate of
10600 Origin 1.1 as follows: 10601 Origin 1.1 as follows:
10601 10602