diff options
author | Richard Weinberger <richard@nod.at> | 2015-11-18 09:58:38 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-11-20 16:54:57 -0700 |
commit | f902493a681659998856cabcfefa862ddaec952c (patch) | |
tree | 8e3ce5a2c6395cea0dfe12018185ba1b0aa59036 /Documentation/stable_kernel_rules.txt | |
parent | d53a7b8ff60e7e7a68d623072872064465b2cd90 (diff) |
stable_kernel_rules.txt: Remove extra space after Cc:
Fixes the checkpatch.pl warning:
"WARNING: Use a single space after Cc:"
Very lazy hackers just copy&paste the stable tag from this
document. As it contains an extra space, checkpatch.pl will
not like the resulting patch...
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/stable_kernel_rules.txt')
-rw-r--r-- | Documentation/stable_kernel_rules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/stable_kernel_rules.txt b/Documentation/stable_kernel_rules.txt index 3049a612291b..ffd4575ec9f2 100644 --- a/Documentation/stable_kernel_rules.txt +++ b/Documentation/stable_kernel_rules.txt @@ -93,7 +93,7 @@ format in the sign-off area: Also, some patches may have kernel version prerequisites. This can be specified in the following format in the sign-off area: - Cc: <stable@vger.kernel.org> # 3.3.x- + Cc: <stable@vger.kernel.org> # 3.3.x- The tag has the meaning of: git cherry-pick <this commit> |