From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: Re: powernow-k8-acpi driver Date: Wed, 3 Mar 2004 23:39:39 +0000 Sender: linux-kernel-owner@vger.kernel.org Message-ID: <20040303233939.GB18722@redhat.com> References: <20040303215435.GA467@elf.ucw.cz> <20040303222712.GA16874@redhat.com> <20040303223510.GE222@elf.ucw.cz> <20040303224841.GB16874@redhat.com> <20040303231143.GH222@elf.ucw.cz> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <20040303231143.GH222@elf.ucw.cz> List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Pavel Machek Cc: Cpufreq mailing list , kernel list , davej@codemonkey.ork.uk, paul.devriendt@amd.com On Thu, Mar 04, 2004 at 12:11:43AM +0100, Pavel Machek wrote: > Dave, could you apply these? That are cleanups from Paul's new version > of driver (killed few unused defines, right names for MSR's > (hopefully!), more linux-like comments). No code changes. Looks trivial enough. I just bounced it forward to Linus directly. (I'm travelling this week, and bitkeeper on a laptop is unfunny) > - * (c) 2003 Advanced Micro Devices, Inc. > + * (c) 2003, 2004 Advanced Micro Devices, Inc. > * Your use of this code is subject to the terms and conditions of the > - * GNU general public license version 2. See "../../../COPYING" or > + * GNU general public license version 2. See "../../../../../COPYING" or > * http://www.gnu.org/licenses/gpl.html > */ This bit seems really silly though, but thats just my opinion 8-) I'd just kill the ../'s completely. Dave