From patchwork Thu Mar 31 18:24:50 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aakash Goenka X-Patchwork-Id: 682001 Received: from smtp1.linux-foundation.org (smtp1.linux-foundation.org [140.211.169.13]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p31GqRji011902 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Fri, 1 Apr 2011 16:53:06 GMT Received: from daredevil.linux-foundation.org (localhost [127.0.0.1]) by smtp1.linux-foundation.org (8.14.2/8.14.2/Debian-2build1) with ESMTP id p31Gopbh031859; Fri, 1 Apr 2011 09:50:52 -0700 Received: from mail-ey0-f175.google.com (mail-ey0-f175.google.com [209.85.215.175]) by smtp1.linux-foundation.org (8.14.2/8.14.2/Debian-2build1) with ESMTP id p2VIOo67012537 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=FAIL) for ; Thu, 31 Mar 2011 11:24:53 -0700 Received: by eye27 with SMTP id 27so793063eye.6 for ; Thu, 31 Mar 2011 11:24:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.213.97.27 with SMTP id j27mr1836450ebn.97.1301595890161; Thu, 31 Mar 2011 11:24:50 -0700 (PDT) Received: by 10.213.105.193 with HTTP; Thu, 31 Mar 2011 11:24:50 -0700 (PDT) Date: Thu, 31 Mar 2011 23:54:50 +0530 Message-ID: From: Aakash Goenka To: linux-kernel@vger.kernel.org, linux-pm@lists.linux-foundation.org, x86@kernel.org Received-SPF: pass (localhost is always allowed.) X-Spam-Status: No, hits=-7.202 required=5 tests=AWL, BAYES_00, OSDL_HEADER_SPF_PASS, OSDL_HEADER_SUBJECT_BRACKETED, PATCH_SUBJECT_OSDL X-Spam-Checker-Version: SpamAssassin 3.2.4-osdl_revision__1.47__ X-MIMEDefang-Filter: lf$Revision: 1.188 $ X-Scanned-By: MIMEDefang 2.63 on 140.211.169.21 X-Mailman-Approved-At: Fri, 01 Apr 2011 09:45:39 -0700 Cc: Len Brown , Ingo Molnar , "H. Peter Anvin" , Thomas Gleixner Subject: [linux-pm] [PATCH] x86: kernel: acpi : Fix style problems in boot.c X-BeenThere: linux-pm@lists.linux-foundation.org X-Mailman-Version: 2.1.9 Precedence: list List-Id: Linux power management List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.linux-foundation.org Errors-To: linux-pm-bounces@lists.linux-foundation.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 01 Apr 2011 16:53:07 +0000 (UTC) diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c index 9a966c5..b9bb13a 100644 --- a/arch/x86/kernel/acpi/boot.c +++ b/arch/x86/kernel/acpi/boot.c @@ -83,7 +83,7 @@ static u64 acpi_lapic_addr __initdata = APIC_DEFAULT_PHYS_BASE; #endif /* -------------------------------------------------------------------------- - Boot-time Configuration + Boot-time Configuration -------------------------------------------------------------------------- */