From: Horms Date: Mon, 5 Feb 2007 02:05:29 +0000 (+0900) Subject: [IA64] kexec: typo in the saved_max_pfn description in contig.c X-Git-Tag: v2.6.21-rc2~42^2~16^2~24 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=233c2f99d6605343fa4a4c68560a4f74882b2693;p=~emulex%2Finfiniband.git [IA64] kexec: typo in the saved_max_pfn description in contig.c Fix a typo in the saved_max_pfn description in contig.c Signed-off-by: Simon Horman Signed-off-by: Tony Luck --- diff --git a/arch/ia64/mm/contig.c b/arch/ia64/mm/contig.c index 1e79551231b..ec8657bb5bd 100644 --- a/arch/ia64/mm/contig.c +++ b/arch/ia64/mm/contig.c @@ -177,7 +177,7 @@ find_memory (void) #ifdef CONFIG_CRASH_DUMP /* If we are doing a crash dump, we still need to know the real mem - * size before original memory map is * reset. */ + * size before original memory map is reset. */ saved_max_pfn = max_pfn; #endif }