Re: [PATCH] Documentation/maintainer-tip: Fix grammar
From: Jonathan Corbet
Date: Tue Mar 03 2026 - 11:59:56 EST
Thorsten Blum <thorsten.blum@xxxxxxxxx> writes:
> s/a empty newline/an empty newline/
>
> Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
> ---
> Documentation/process/maintainer-tip.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/process/maintainer-tip.rst b/Documentation/process/maintainer-tip.rst
> index 41d5855700cd..b2b14439be22 100644
> --- a/Documentation/process/maintainer-tip.rst
> +++ b/Documentation/process/maintainer-tip.rst
> @@ -352,7 +352,7 @@ following tag ordering scheme:
> Changelog text starts here....
>
> so the authorship is preserved. The 'From:' line has to be followed
> - by a empty newline. If that 'From:' line is missing, then the patch
> + by an empty newline. If that 'From:' line is missing, then the patch
> would be attributed to the person who sent (transported, handled) it.
Applied, thanks.
jon