[PATCH] stable_kernel_rules.txt: Remove extra space after Cc:

From: Richard Weinberger
Date: Wed Nov 18 2015 - 03:58:51 EST


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@xxxxxx>
---
Documentation/stable_kernel_rules.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/stable_kernel_rules.txt b/Documentation/stable_kernel_rules.txt
index 3049a61..ffd4575 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@xxxxxxxxxxxxxxx> # 3.3.x-
+ Cc: <stable@xxxxxxxxxxxxxxx> # 3.3.x-

The tag has the meaning of:
git cherry-pick <this commit>
--
2.5.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/