Ver código fonte

[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 <horms@verge.net.au>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Horms 18 anos atrás
pai
commit
233c2f99d6
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      arch/ia64/mm/contig.c

+ 1 - 1
arch/ia64/mm/contig.c

@@ -177,7 +177,7 @@ find_memory (void)
 
 
 #ifdef CONFIG_CRASH_DUMP
 #ifdef CONFIG_CRASH_DUMP
 	/* If we are doing a crash dump, we still need to know the real mem
 	/* 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;
 	saved_max_pfn = max_pfn;
 #endif
 #endif
 }
 }