Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932663AbWHALNu (ORCPT ); Tue, 1 Aug 2006 07:13:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932640AbWHALF6 (ORCPT ); Tue, 1 Aug 2006 07:05:58 -0400 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:60124 "EHLO ebiederm.dsl.xmission.com") by vger.kernel.org with ESMTP id S932634AbWHALFc (ORCPT ); Tue, 1 Aug 2006 07:05:32 -0400 From: "Eric W. Biederman" To: Cc: , Horms , Jan Kratochvil , "H. Peter Anvin" , Magnus Damm , Vivek Goyal , Linda Wang , "Eric W. Biederman" Subject: [PATCH 12/33] x86_64: fixup indentation in e820.c Date: Tue, 1 Aug 2006 05:03:27 -0600 Message-Id: <1154430236814-git-send-email-ebiederm@xmission.com> X-Mailer: git-send-email 1.4.2.rc2.g5209e In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 927 Lines: 28 Signed-off-by: Eric W. Biederman --- arch/x86_64/kernel/e820.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86_64/kernel/e820.c b/arch/x86_64/kernel/e820.c index e56c2ad..61f029f 100644 --- a/arch/x86_64/kernel/e820.c +++ b/arch/x86_64/kernel/e820.c @@ -205,8 +205,8 @@ unsigned long __init e820_end_of_ram(voi if (start >= end) continue; if (ei->type == E820_RAM) { - if (end > end_pfn<>PAGE_SHIFT; + if (end > end_pfn<>PAGE_SHIFT; } else { if (end > end_pfn_map<>PAGE_SHIFT; -- 1.4.2.rc2.g5209e - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/