[1/3] docs: submitting-patches: divert focus from PATCH in the subject line

Message ID 20240301134637.27880-2-lukas.bulwahn@gmail.com
State New
Headers
Series [1/3] docs: submitting-patches: divert focus from PATCH in the subject line |

Commit Message

Lukas Bulwahn March 1, 2024, 1:46 p.m. UTC
  Submitting-patches is already assuming that git is used to prepare
patches. So, developers will use git format-patch and git send-email, and
this will take care that PATCH is usually in the subject line. Hence, the
'include PATCH in the subject' does not deserve be an own section.

Move this note into 'the canonical patch format' section, where it
currently fits best.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 Documentation/process/submitting-patches.rst | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)
  

Patch

diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submitting-patches.rst
index 66029999b587..2ec0c0d7d68f 100644
--- a/Documentation/process/submitting-patches.rst
+++ b/Documentation/process/submitting-patches.rst
@@ -384,16 +384,6 @@  patch or patch series which have not been modified in any way from the
 previous submission.
 
 
-Include PATCH in the subject
------------------------------
-
-Due to high e-mail traffic to Linus, and to linux-kernel, it is common
-convention to prefix your subject line with [PATCH].  This lets Linus
-and other kernel developers more easily distinguish patches from other
-e-mail discussions.
-
-``git send-email`` will do this for you automatically.
-
 
 Sign your work - the Developer's Certificate of Origin
 ------------------------------------------------------
@@ -616,6 +606,10 @@  The canonical patch subject line is::
 
     Subject: [PATCH 001/123] subsystem: summary phrase
 
+Prefix your subject line with [PATCH]. This allows to distinguish patches
+from other e-mail discussions. ``git send-email`` will do this for you
+automatically.
+
 The canonical patch message body contains the following:
 
   - A ``from`` line specifying the patch author, followed by an empty