From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: acpi: trivial cleanups Date: Tue, 12 Aug 2008 16:20:13 -0700 Message-ID: <20080812162013.b139035b.akpm@linux-foundation.org> References: <20080812102434.GA2676@elf.ucw.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:51762 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752113AbYHLXU3 (ORCPT ); Tue, 12 Aug 2008 19:20:29 -0400 In-Reply-To: <20080812102434.GA2676@elf.ucw.cz> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Pavel Machek Cc: andi@firstfloor.org, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, trivial@kernel.org On Tue, 12 Aug 2008 12:24:34 +0200 Pavel Machek wrote: > > Trivial cleanups for ACPI. Fix misspelling in printk(), fix mismerge, > add file header. > > > --- a/drivers/acpi/processor_core.c > +++ b/drivers/acpi/processor_core.c > @@ -123,7 +123,7 @@ struct acpi_processor_errata errata __re > static int set_no_mwait(const struct dmi_system_id *id) > { > printk(KERN_NOTICE PREFIX "%s detected - " > - "disable mwait for CPU C-stetes\n", id->ident); > + "disabling mwait for CPU C-states\n", id->ident); > idle_nomwait = 1; > return 0; OK > diff --git a/drivers/acpi/processor_idle.c b/drivers/acpi/processor_idle.c > index 283c08f..cf5b1b7 100644 > --- a/drivers/acpi/processor_idle.c > +++ b/drivers/acpi/processor_idle.c > @@ -41,7 +41,6 @@ #include /* need_resched > #include > #include > #include > -#include OK > /* > * Include the apic definitions for x86 to have the APIC timer related defines > diff --git a/drivers/acpi/reboot.c b/drivers/acpi/reboot.c > index a6b662c..b4d9cb3 100644 > --- a/drivers/acpi/reboot.c > +++ b/drivers/acpi/reboot.c > @@ -1,4 +1,8 @@ > - > +/* > + * Reset the machine using the RESET_REG > + * > + * Distribute under GPL. > + */ That was a trivial dirtyup. Should at least be "Distributed under the GPL" but I suspect that the policy in drivers/acpi/ is to add fancier copyright text than this.