mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] perf_event: Use UTF-8 copyright symbol instead of \251
@ 2010-05-01  0:28 Paul Mackerras
  2010-05-03 13:42 ` Jiri Kosina
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Mackerras @ 2010-05-01  0:28 UTC (permalink / raw)
  To: Ingo Molnar, Peter Zijlstra, Jiri Kosina, Tejun Heo, Thomas Gleixner
  Cc: linux-kernel

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
  */

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-04  6:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-01  0:28 [PATCH] perf_event: Use UTF-8 copyright symbol instead of \251 Paul Mackerras
2010-05-03 13:42 ` Jiri Kosina
2010-05-04  6:50   ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome