Documentation/maintainer-tip: Add Closes tag
authorBorislav Petkov (AMD) <bp@alien8.de>
Wed, 24 Jan 2024 20:51:50 +0000 (21:51 +0100)
committerBorislav Petkov (AMD) <bp@alien8.de>
Thu, 25 Jan 2024 16:31:17 +0000 (17:31 +0100)
Document where Closes: lands in the tag ordering.

Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20240124205442.GAZbF5EmOB8LpKqlSc@fat_crate.local
Documentation/process/maintainer-tip.rst

index 08dd0f8..7993592 100644 (file)
@@ -304,13 +304,15 @@ following tag ordering scheme:
 
  - Reported-by: ``Reporter <reporter@mail>``
 
+ - Closes: ``URL or Message-ID of the bug report this is fixing``
+
  - Originally-by: ``Original author <original-author@mail>``
 
  - Suggested-by: ``Suggester <suggester@mail>``
 
  - Co-developed-by: ``Co-author <co-author@mail>``
 
-   Signed-off: ``Co-author <co-author@mail>``
+   Signed-off-by: ``Co-author <co-author@mail>``
 
    Note, that Co-developed-by and Signed-off-by of the co-author(s) must
    come in pairs.