From: Ariful Islam Shoikot Date: Thu, 26 Feb 2026 12:01:29 +0000 (+0600) Subject: Documentation: process: backporting: fix missing subject X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8350d14725a459fba899d5642b7ced786424d33c;p=thirdparty%2Fkernel%2Flinux.git Documentation: process: backporting: fix missing subject 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 Signed-off-by: Jonathan Corbet Message-ID: <20260226120129.18610-1-islamarifulshoikat@gmail.com> --- diff --git a/Documentation/process/backporting.rst b/Documentation/process/backporting.rst index c42779fbcd331..0de9eacd46a73 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