diff mbox series

[4/7] contributor-guide: submit-changes: make the Cc tag follow kernel guidelines

Message ID 20250918-submit-patches-v1-4-28abd2919df0@cherry.de
State Under Review
Headers show
Series contributor-guide: submit-changes: improve instructions on commit content | expand

Commit Message

Quentin Schulz Sept. 18, 2025, 10:24 a.m. UTC
From: Quentin Schulz <quentin.schulz@cherry.de>

The kernel docs specifies[1] a Cc: tag and not CC: tag, so let's align
with that.

[1] https://www.kernel.org/doc/html/latest/process/submitting-patches.html#when-to-use-acked-by-cc-and-co-developed-by
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
 documentation/contributor-guide/submit-changes.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst
index 2c450625c6d6009802c814db9d523a0343ee6e73..1de4b6c0ed838d1c4c225df06763f672ff7c27f1 100644
--- a/documentation/contributor-guide/submit-changes.rst
+++ b/documentation/contributor-guide/submit-changes.rst
@@ -223,7 +223,7 @@  to add the upgraded version.
       or are submitting an unmodified patch again as part of a
       new iteration of your patch series.
 
-   -  ``CC``: name and email of people you want to send a copy
+   -  ``Cc``: name and email of people you want to send a copy
       of your changes to. This field will be used by ``git send-email``.
 
    See `more guidance about using such tags