Skip to content

Commit 0368091

Browse files
bulwahnIngo Molnar
authored andcommitted
x86/mm: Remove duplicated word in warning message
Commit bbeb69c ("x86/mm: Remove CONFIG_HIGHMEM64G support") introduces a new warning message MSG_HIGHMEM_TRIMMED, which accidentally introduces a duplicated 'for for' in the warning message. Remove this duplicated word. This was noticed while reviewing for references to obsolete kernel build config options. Fixes: bbeb69c ("x86/mm: Remove CONFIG_HIGHMEM64G support") Signed-off-by: Lukas Bulwahn <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Cc: Andy Lutomirski <[email protected]> Cc: Arnd Bergmann <[email protected]> Cc: Dave Hansen <[email protected]> Cc: H. Peter Anvin <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected]
1 parent 24ee8d9 commit 0368091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/mm/init_32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ static void __init lowmem_pfn_init(void)
565565
"only %luMB highmem pages available, ignoring highmem size of %luMB!\n"
566566

567567
#define MSG_HIGHMEM_TRIMMED \
568-
"Warning: only 4GB will be used. Support for for CONFIG_HIGHMEM64G was removed!\n"
568+
"Warning: only 4GB will be used. Support for CONFIG_HIGHMEM64G was removed!\n"
569569
/*
570570
* We have more RAM than fits into lowmem - we try to put it into
571571
* highmem, also taking the highmem=x boot parameter into account:

0 commit comments

Comments
 (0)