Re: [PATCH] docs: Remove redundant word "for"

From: Jonathan Corbet
Date: Mon Oct 21 2024 - 11:32:40 EST


Thorsten Blum <thorsten.blum@xxxxxxxxx> writes:

> s/for//
>
> Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
> ---
> 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