public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: process: backporting: fix missing subject
@ 2026-02-26 12:01 Ariful Islam Shoikot
  2026-03-03 17:24 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Ariful Islam Shoikot @ 2026-02-26 12:01 UTC (permalink / raw)
  To: linux-doc; +Cc: Ariful Islam Shoikot

Add the missing "it" in the sentence:
"even though it could have been changed by other patches."

This is a grammatical error in the Error handling section.

Signed-off-by: Ariful Islam Shoikot <islamarifulshoikat@gmail.com>
---
 Documentation/process/backporting.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/process/backporting.rst b/Documentation/process/backporting.rst
index c42779fbcd33..0de9eacd46a7 100644
--- a/Documentation/process/backporting.rst
+++ b/Documentation/process/backporting.rst
@@ -432,7 +432,7 @@ The same goes for added ``return``, ``break``, and ``continue``
 statements.
 
 Error handling is typically located at the bottom of the function, so it
-may not be part of the conflict even though could have been changed by
+may not be part of the conflict even though it could have been changed by
 other patches.
 
 A good way to ensure that you review the error paths is to always use
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-03-03 17:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-26 12:01 [PATCH] Documentation: process: backporting: fix missing subject Ariful Islam Shoikot
2026-03-03 17:24 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox