[PATCH] docs: fix typos and whitespace in Documentation/process/backporting.rst

Abhinav Saxena posted 1 patch 2 weeks, 2 days ago
Documentation/process/backporting.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[PATCH] docs: fix typos and whitespace in Documentation/process/backporting.rst
Posted by Abhinav Saxena 2 weeks, 2 days ago
- 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>
---
 Documentation/process/backporting.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/process/backporting.rst b/Documentation/process/backporting.rst
index a71480fcf3b4..5e15adc34799 100644
--- a/Documentation/process/backporting.rst
+++ b/Documentation/process/backporting.rst
@@ -553,7 +553,7 @@ Submitting backports to stable
 ==============================
 
 As the stable maintainers try to cherry-pick mainline fixes onto their
-stable kernels, they may send out emails asking for backports when when
+stable kernels, they may send out emails asking for backports when
 encountering conflicts, see e.g.
 <https://lore.kernel.org/stable/2023101528-jawed-shelving-071a@gregkh/>.
 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
 format::
 
   <original patch title>
-  
+
   [ Upstream commit <mainline rev> ]
-  
+
   <rest of the original changelog>
   [ <summary of the conflicts and their resolutions> ]
   Signed-off-by: <your name and email>
-- 
2.34.1
Re: [PATCH] docs: fix typos and whitespace in Documentation/process/backporting.rst
Posted by Jonathan Corbet 1 week, 4 days ago
Abhinav Saxena <xandfury@gmail.com> writes:

> - 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>
> ---
>  Documentation/process/backporting.rst | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Applied, thanks.

jon