[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-f41496607e03ab99f263b8e26689ad0fc853007f@git.kernel.org>
Date: Tue, 2 Mar 2010 19:33:37 GMT
From: "tip-bot for H. Peter Anvin" <hpa@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
torvalds@...ux-foundation.org, tglx@...utronix.de,
fengguang.wu@...el.com
Subject: [tip:x86/mm] resource: Fix broken indentation
Commit-ID: f41496607e03ab99f263b8e26689ad0fc853007f
Gitweb: http://git.kernel.org/tip/f41496607e03ab99f263b8e26689ad0fc853007f
Author: H. Peter Anvin <hpa@...or.com>
AuthorDate: Tue, 2 Mar 2010 11:21:09 -0800
Committer: H. Peter Anvin <hpa@...or.com>
CommitDate: Tue, 2 Mar 2010 11:21:09 -0800
resource: Fix broken indentation
Fix broken indentation in patch
37b99dd5372cff42f83210c280f314f10f99138e.
Reported-by: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Wu Fengguang <fengguang.wu@...el.com>
LKML-Reference: <20100301135551.GA9998@...alhost>
Signed-off-by: H. Peter Anvin <hpa@...or.com>
---
kernel/resource.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/resource.c b/kernel/resource.c
index 8f0e3d0..91f430f 100644
--- a/kernel/resource.c
+++ b/kernel/resource.c
@@ -287,7 +287,7 @@ int walk_system_ram_range(unsigned long start_pfn, unsigned long nr_pages,
pfn = (res.start + PAGE_SIZE - 1) >> PAGE_SHIFT;
end_pfn = (res.end + 1) >> PAGE_SHIFT;
if (end_pfn > pfn)
- ret = (*func)(pfn, end_pfn - pfn, arg);
+ ret = (*func)(pfn, end_pfn - pfn, arg);
if (ret)
break;
res.start = res.end + 1;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists