* [2.6 patch] cpufreq: remove CVS keywords
@ 2008-05-19 22:03 Adrian Bunk
2008-05-19 22:09 ` Dave Jones
2008-05-19 22:42 ` Jon Smirl
0 siblings, 2 replies; 5+ messages in thread
From: Adrian Bunk @ 2008-05-19 22:03 UTC (permalink / raw)
To: davej; +Cc: cpufreq, linux-kernel
This patch removes CVS keywords that weren't updated for a long time
from comments.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
arch/x86/kernel/cpu/cpufreq/powernow-k7.h | 1 -
include/linux/cpufreq.h | 3 ---
2 files changed, 4 deletions(-)
e557db8138882bb0961d6e4b940cd9b59e4dd721 diff --git a/arch/x86/kernel/cpu/cpufreq/powernow-k7.h b/arch/x86/kernel/cpu/cpufreq/powernow-k7.h
index f8a63b3..35fb4ea 100644
--- a/arch/x86/kernel/cpu/cpufreq/powernow-k7.h
+++ b/arch/x86/kernel/cpu/cpufreq/powernow-k7.h
@@ -1,5 +1,4 @@
/*
- * $Id: powernow-k7.h,v 1.2 2003/02/10 18:26:01 davej Exp $
* (C) 2003 Dave Jones.
*
* Licensed under the terms of the GNU GPL License version 2.
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h
index e7e91db..2270ca5 100644
--- a/include/linux/cpufreq.h
+++ b/include/linux/cpufreq.h
@@ -4,9 +4,6 @@
* Copyright (C) 2001 Russell King
* (C) 2002 - 2003 Dominik Brodowski <linux@brodo.de>
*
- *
- * $Id: cpufreq.h,v 1.36 2003/01/20 17:31:48 db Exp $
- *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [2.6 patch] cpufreq: remove CVS keywords
2008-05-19 22:03 [2.6 patch] cpufreq: remove CVS keywords Adrian Bunk
@ 2008-05-19 22:09 ` Dave Jones
2008-05-19 22:42 ` Jon Smirl
1 sibling, 0 replies; 5+ messages in thread
From: Dave Jones @ 2008-05-19 22:09 UTC (permalink / raw)
To: Adrian Bunk; +Cc: cpufreq, linux-kernel
On Tue, May 20, 2008 at 01:03:16AM +0300, Adrian Bunk wrote:
> This patch removes CVS keywords that weren't updated for a long time
> from comments.
Indeed. We haven't maintained cpufreq in CVS since around about
that time. I'll queue this up. Thanks.
Dave
--
http://www.codemonkey.org.uk
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [2.6 patch] cpufreq: remove CVS keywords
2008-05-19 22:03 [2.6 patch] cpufreq: remove CVS keywords Adrian Bunk
2008-05-19 22:09 ` Dave Jones
@ 2008-05-19 22:42 ` Jon Smirl
2008-05-19 22:58 ` Adrian Bunk
1 sibling, 1 reply; 5+ messages in thread
From: Jon Smirl @ 2008-05-19 22:42 UTC (permalink / raw)
To: Adrian Bunk; +Cc: linux-kernel
On 5/19/08, Adrian Bunk <bunk@kernel.org> wrote:
> This patch removes CVS keywords that weren't updated for a long time
> from comments.
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Thanks for doing this. I'd love to see all CVS keywords removed from
the kernel source. I've spent countless hour cleaning up kernel
patches after various embedded vendors checked their kernel source
into CVS and then generated patch sets containing their changes plus
all of the expanded keywords.
--
Jon Smirl
jonsmirl@gmail.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [2.6 patch] cpufreq: remove CVS keywords
2008-05-19 22:42 ` Jon Smirl
@ 2008-05-19 22:58 ` Adrian Bunk
2008-05-19 23:06 ` Jon Smirl
0 siblings, 1 reply; 5+ messages in thread
From: Adrian Bunk @ 2008-05-19 22:58 UTC (permalink / raw)
To: Jon Smirl; +Cc: linux-kernel
On Mon, May 19, 2008 at 06:42:21PM -0400, Jon Smirl wrote:
> On 5/19/08, Adrian Bunk <bunk@kernel.org> wrote:
> > This patch removes CVS keywords that weren't updated for a long time
> > from comments.
> >
> > Signed-off-by: Adrian Bunk <bunk@kernel.org>
>
> Thanks for doing this. I'd love to see all CVS keywords removed from
> the kernel source.
I did only the clear-cut cases in this batch (we even have several
keywords containing 2007 dates, and if someone actually maintains his
code in CVS that's legitimate usage), but I'll reduce them further in
the future.
> I've spent countless hour cleaning up kernel
> patches after various embedded vendors checked their kernel source
> into CVS and then generated patch sets containing their changes plus
> all of the expanded keywords.
Guess what experience motivated me to do these patches...
> Jon Smirl
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [2.6 patch] cpufreq: remove CVS keywords
2008-05-19 22:58 ` Adrian Bunk
@ 2008-05-19 23:06 ` Jon Smirl
0 siblings, 0 replies; 5+ messages in thread
From: Jon Smirl @ 2008-05-19 23:06 UTC (permalink / raw)
To: Adrian Bunk; +Cc: linux-kernel
On 5/19/08, Adrian Bunk <bunk@kernel.org> wrote:
> On Mon, May 19, 2008 at 06:42:21PM -0400, Jon Smirl wrote:
> > On 5/19/08, Adrian Bunk <bunk@kernel.org> wrote:
> > > This patch removes CVS keywords that weren't updated for a long time
> > > from comments.
> > >
> > > Signed-off-by: Adrian Bunk <bunk@kernel.org>
> >
> > Thanks for doing this. I'd love to see all CVS keywords removed from
> > the kernel source.
>
>
> I did only the clear-cut cases in this batch (we even have several
> keywords containing 2007 dates, and if someone actually maintains his
> code in CVS that's legitimate usage), but I'll reduce them further in
> the future.
>
>
> > I've spent countless hour cleaning up kernel
> > patches after various embedded vendors checked their kernel source
> > into CVS and then generated patch sets containing their changes plus
> > all of the expanded keywords.
>
>
> Guess what experience motivated me to do these patches...
The $log ones are the most evil. It is hard to automatically remove
the changes from the diffs.
>
> > Jon Smirl
>
> cu
> Adrian
>
>
> --
>
> "Is there not promise of rain?" Ling Tan asked suddenly out
> of the darkness. There had been need of rain for many days.
> "Only a promise," Lao Er said.
> Pearl S. Buck - Dragon Seed
>
>
--
Jon Smirl
jonsmirl@gmail.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-05-19 23:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-19 22:03 [2.6 patch] cpufreq: remove CVS keywords Adrian Bunk
2008-05-19 22:09 ` Dave Jones
2008-05-19 22:42 ` Jon Smirl
2008-05-19 22:58 ` Adrian Bunk
2008-05-19 23:06 ` Jon Smirl
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.