diff options
| author | Thorsten Blum <thorsten.blum@linux.dev> | 2026-03-02 14:51:42 +0100 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2026-03-03 09:59:23 -0700 |
| commit | 4d2956e0094d9a7b04395185bc81467fa0ae1ccc (patch) | |
| tree | fa2da59a4f0076e04d38611d68ec3e24bd8bc24e | |
| parent | ec6fd28baf61a6ae89e0208d7bc1447bc61b072e (diff) | |
Documentation/maintainer-tip: Fix grammar
s/a empty newline/an empty newline/
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260302135141.3213-2-thorsten.blum@linux.dev>
| -rw-r--r-- | Documentation/process/maintainer-tip.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. The 'From:' line is automatically removed when the patch is applied and does not show up in the final git changelog. It merely affects |
