Skip to content

Commit 623e574

Browse files
xandfuryJonathan Corbet
authored andcommitted
docs: fix typos and whitespace in Documentation/process/backporting.rst
- Fix repeated word "when" in backporting documentation - Remove trailing whitespace after '$' character These issues were reported by checkpatch.pl. No functional changes. Signed-off-by: Abhinav Saxena <xandfury@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20241107061911.106040-1-xandfury@gmail.com
1 parent ef7d4c8 commit 623e574

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/process/backporting.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ Submitting backports to stable
553553
==============================
554554

555555
As the stable maintainers try to cherry-pick mainline fixes onto their
556-
stable kernels, they may send out emails asking for backports when when
556+
stable kernels, they may send out emails asking for backports when
557557
encountering conflicts, see e.g.
558558
<https://lore.kernel.org/stable/2023101528-jawed-shelving-071a@gregkh/>.
559559
These emails typically include the exact steps you need to cherry-pick
@@ -563,9 +563,9 @@ One thing to make sure is that your changelog conforms to the expected
563563
format::
564564

565565
<original patch title>
566-
566+
567567
[ Upstream commit <mainline rev> ]
568-
568+
569569
<rest of the original changelog>
570570
[ <summary of the conflicts and their resolutions> ]
571571
Signed-off-by: <your name and email>

0 commit comments

Comments
 (0)