* [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 related [flat|nested] 3+ messages in thread
* Re: [PATCH] perf_event: Use UTF-8 copyright symbol instead of \251
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
0 siblings, 1 reply; 3+ messages in thread
From: Jiri Kosina @ 2010-05-03 13:42 UTC (permalink / raw)
To: Paul Mackerras
Cc: Ingo Molnar, Peter Zijlstra, Tejun Heo, Thomas Gleixner,
linux-kernel
On Sat, 1 May 2010, Paul Mackerras wrote:
> 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>
Umm ... this looks odd.
> + * Copyright © 2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] perf_event: Use UTF-8 copyright symbol instead of \251
2010-05-03 13:42 ` Jiri Kosina
@ 2010-05-04 6:50 ` Ingo Molnar
0 siblings, 0 replies; 3+ messages in thread
From: Ingo Molnar @ 2010-05-04 6:50 UTC (permalink / raw)
To: Jiri Kosina
Cc: Paul Mackerras, Peter Zijlstra, Tejun Heo, Thomas Gleixner,
linux-kernel
* Jiri Kosina <jkosina@suse.cz> wrote:
> On Sat, 1 May 2010, Paul Mackerras wrote:
>
> > 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>
>
> Umm ... this looks odd.
Yeah, and it didnt apply when i tried to.
> > + * Copyright ?? 2009 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com>
>
> This seems to add \251 again :) Maybe some of your tools got confused
> enough?
>
> Anyway, I have dropped the patch from Tejun for now.
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
^ 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.