[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4BD80037.9060704@kernel.org>
Date: Wed, 28 Apr 2010 11:30:31 +0200
From: Tejun Heo <tj@...nel.org>
To: trivial@...nel.org, lkml <linux-kernel@...r.kernel.org>
CC: Paul Mackerras <paulus@....ibm.com>
Subject: [PATCH] trivial: use (C) instead of \251
The latin-1 copyright character \251 is invalid in ASCII or UTF-8 and
causes annoying problems with some editors and tools. Use (C)
instead.
Signed-off-by: Tejun Heo <tj@...nel.org>
Cc: Paul Mackerras <paulus@....ibm.com>
---
I'm not really sure this would survive transport over mail in
appliable form, attaching the patch too just in case.
kernel/perf_event.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/perf_event.c b/kernel/perf_event.c
index 2f3fbf8..827ec53 100644
--- a/kernel/perf_event.c
+++ b/kernel/perf_event.c
@@ -4,7 +4,7 @@
* Copyright (C) 2008 Thomas Gleixner <tglx@...utronix.de>
* Copyright (C) 2008-2009 Red Hat, Inc., Ingo Molnar
* Copyright (C) 2008-2009 Red Hat, Inc., Peter Zijlstra <pzijlstr@...hat.com>
- * Copyright © 2009 Paul Mackerras, IBM Corp. <paulus@....ibm.com>
+ * Copyright (C) 2009 Paul Mackerras, IBM Corp. <paulus@....ibm.com>
*
* For licensing details see kernel-base/COPYING
*/
View attachment "patch" of type "text/plain" (911 bytes)
Powered by blists - more mailing lists