Re: [PATCH] perf_event: Use UTF-8 copyright symbol instead of \251

Previous thread: [PATCH] fix RCU-lockdep splats in NFS by Paul E. McKenney on Friday, April 30, 2010 - 5:31 pm. (3 messages)

Next thread: [PATCH 0/3] alpha: Implement Hardware Performance Events by Michael Cree on Friday, April 30, 2010 - 4:55 pm. (10 messages)
From: Paul Mackerras
Date: Friday, April 30, 2010 - 5:28 pm

As noted by Tejun Heo, the latin-1 copyright character \251 is invalid
in ASCII or UTF-8.  This changes the character to its UTF-8 encoding
in order to avoid problems with editors and other tools.

Signed-off-by: Paul Mackerras <paulus@samba.org>
---
diff --git a/kernel/perf_event.c b/kernel/perf_event.c
index 9dbe8cd..d46a277 100644
--- a/kernel/perf_event.c
+++ b/kernel/perf_event.c
@@ -4,7 +4,7 @@
  *  Copyright (C) 2008 Thomas Gleixner <tglx@linutronix.de>
  *  Copyright (C) 2008-2009 Red Hat, Inc., Ingo Molnar
  *  Copyright (C) 2008-2009 Red Hat, Inc., Peter Zijlstra <pzijlstr@redhat.com>
- *  Copyright  �  2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
+ *  Copyright  ©  2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
  *
  * For licensing details see kernel-base/COPYING
  */
--

From: Jiri Kosina
Date: Monday, May 3, 2010 - 6:42 am

This seems to add \251 again :) Maybe some of your tools got confused 
enough?

Anyway, I have dropped the patch from Tejun for now.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.
--

From: Ingo Molnar
Date: Monday, May 3, 2010 - 11:50 pm

Alternatively you could pick up Paul's patch on top of Tejun's if you have 
already pushed the commit ID out and want to avoid a rebase.

Thanks,

	Ingo
--

Previous thread: [PATCH] fix RCU-lockdep splats in NFS by Paul E. McKenney on Friday, April 30, 2010 - 5:31 pm. (3 messages)

Next thread: [PATCH 0/3] alpha: Implement Hardware Performance Events by Michael Cree on Friday, April 30, 2010 - 4:55 pm. (10 messages)