Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1271980 > unrolled thread

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

Started byRichard Weinberger <richard@nod.at>
First post2015-11-18 10:00 +0100
Last post2015-11-21 01:00 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] stable_kernel_rules.txt: Remove extra space after Cc: Richard Weinberger <richard@nod.at> - 2015-11-18 10:00 +0100
    Re: [PATCH] stable_kernel_rules.txt: Remove extra space after Cc: Jonathan Corbet <corbet@lwn.net> - 2015-11-21 01:00 +0100

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

FromRichard Weinberger <richard@nod.at>
Date2015-11-18 10:00 +0100
Subject[PATCH] stable_kernel_rules.txt: Remove extra space after Cc:
Message-ID<qw6KU-Af-59@gated-at.bofh.it>
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>
---
 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@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>
-- 
2.5.0

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

[toc] | [next] | [standalone]


#1274546

FromJonathan Corbet <corbet@lwn.net>
Date2015-11-21 01:00 +0100
Message-ID<qx3KV-5Ka-3@gated-at.bofh.it>
In reply to#1271980
On Wed, 18 Nov 2015 09:58:38 +0100
Richard Weinberger <richard@nod.at> wrote:

> 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...

Applied to the docs tree, thanks.

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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web