2010-05-01 00:34:20

by Paul Mackerras

[permalink] [raw]
Subject: [PATCH] perf_event: Use UTF-8 copyright symbol instead of \251

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 <[email protected]>
---
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 <[email protected]>
* Copyright (C) 2008-2009 Red Hat, Inc., Ingo Molnar
* Copyright (C) 2008-2009 Red Hat, Inc., Peter Zijlstra <[email protected]>
- * Copyright � 2009 Paul Mackerras, IBM Corp. <[email protected]>
+ * Copyright © 2009 Paul Mackerras, IBM Corp. <[email protected]>
*
* For licensing details see kernel-base/COPYING
*/