[PATCH] docs: Remove redundant word "for"

Thorsten Blum posted 1 patch 1 month, 1 week ago
Documentation/maintainer/pull-requests.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: Remove redundant word "for"
Posted by Thorsten Blum 1 month, 1 week ago
s/for//

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
---
 Documentation/maintainer/pull-requests.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/maintainer/pull-requests.rst b/Documentation/maintainer/pull-requests.rst
index 00b200facf67..0d63d9d7e347 100644
--- a/Documentation/maintainer/pull-requests.rst
+++ b/Documentation/maintainer/pull-requests.rst
@@ -50,7 +50,7 @@ so outline what is contained here, why it should be merged, and what, if
 any, testing has been done.  All of this information will end up in the tag
 itself, and then in the merge commit that the maintainer makes if/when they
 merge the pull request. So write it up well, as it will be in the kernel
-tree for forever.
+tree forever.
 
 As said by Linus::
 
-- 
2.47.0
Re: [PATCH] docs: Remove redundant word "for"
Posted by Jonathan Corbet 1 month ago
Thorsten Blum <thorsten.blum@linux.dev> writes:

> s/for//
>
> Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
> ---
>  Documentation/maintainer/pull-requests.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/maintainer/pull-requests.rst b/Documentation/maintainer/pull-requests.rst
> index 00b200facf67..0d63d9d7e347 100644
> --- a/Documentation/maintainer/pull-requests.rst
> +++ b/Documentation/maintainer/pull-requests.rst
> @@ -50,7 +50,7 @@ so outline what is contained here, why it should be merged, and what, if
>  any, testing has been done.  All of this information will end up in the tag
>  itself, and then in the merge commit that the maintainer makes if/when they
>  merge the pull request. So write it up well, as it will be in the kernel
> -tree for forever.
> +tree forever.
>  

Applied, thanks.

jon