All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Added command used to add the signed-off-by line.
@ 2022-04-04 12:54 Abongwa Bonalais Amahnui
  2022-04-05 11:22 ` [docs] " Michael Opdenacker
  0 siblings, 1 reply; 3+ messages in thread
From: Abongwa Bonalais Amahnui @ 2022-04-04 12:54 UTC (permalink / raw)
  To: docs; +Cc: Abongwa Bonalais Amahnui

Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@gmail.com>
---
 documentation/dev-manual/common-tasks.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 9d4aaa5a6..4e4311021 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -10595,7 +10595,8 @@ Preparing Changes for Submission
    following these accepted conventions:
 
    -  Be sure to include a "Signed-off-by:" line in the same style as
-      required by the Linux kernel. Adding this line signifies that you,
+      required by the Linux kernel.This can be done by using the ``git commit -s`` command.
+      Adding this line signifies that you,
       the submitter, have agreed to the Developer's Certificate of
       Origin 1.1 as follows:
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [docs] [PATCH] Added command used to add the signed-off-by line.
  2022-04-04 12:54 [PATCH] Added command used to add the signed-off-by line Abongwa Bonalais Amahnui
@ 2022-04-05 11:22 ` Michael Opdenacker
  2022-04-05 17:15   ` Abongwa Amahnui Bonalais
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Opdenacker @ 2022-04-05 11:22 UTC (permalink / raw)
  To: Abongwa Amahnui Bonalais, docs

Hi Abongwa,

On 4/4/22 14:54, Abongwa Amahnui Bonalais wrote:
> Signed-off-by: Abongwa Bonalais Amahnui <abongwabonalais@gmail.com>
> ---
>  documentation/dev-manual/common-tasks.rst | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
> index 9d4aaa5a6..4e4311021 100644
> --- a/documentation/dev-manual/common-tasks.rst
> +++ b/documentation/dev-manual/common-tasks.rst
> @@ -10595,7 +10595,8 @@ Preparing Changes for Submission
>     following these accepted conventions:
>  
>     -  Be sure to include a "Signed-off-by:" line in the same style as
> -      required by the Linux kernel. Adding this line signifies that you,
> +      required by the Linux kernel.This can be done by using the ``git commit -s`` command.
> +      Adding this line signifies that you,
>        the submitter, have agreed to the Developer's Certificate of
>        Origin 1.1 as follows:

Thanks for the patch.
I added a missing space and improved alignment. I also fixed the title
string... that's useful to clarify that the commit is part of the
documentation, because the commit ultimately ends up in the Poky
repository. That's useful to recognize the documentation commits then.

I also did that for the previous patch.

Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
... and merged into master-next.
Thanks!

Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Added command used to add the signed-off-by line.
  2022-04-05 11:22 ` [docs] " Michael Opdenacker
@ 2022-04-05 17:15   ` Abongwa Amahnui Bonalais
  0 siblings, 0 replies; 3+ messages in thread
From: Abongwa Amahnui Bonalais @ 2022-04-05 17:15 UTC (permalink / raw)
  To: docs

[-- Attachment #1: Type: text/plain, Size: 61 bytes --]

Thanks I will try hard to improve on my titles subsequently

[-- Attachment #2: Type: text/html, Size: 61 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-05 17:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-04 12:54 [PATCH] Added command used to add the signed-off-by line Abongwa Bonalais Amahnui
2022-04-05 11:22 ` [docs] " Michael Opdenacker
2022-04-05 17:15   ` Abongwa Amahnui Bonalais

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.