Commit 58d08f06 authored by Maximilian Attems's avatar Maximilian Attems Committed by Linus Torvalds

[PATCH] ifdef typos: arch_ppc_platforms_prep_setup.c

CONFIG_PREP_PRESIDUAL is mistyped.
Signed-off-by: default avatarDomen Puncer <domen@coderock.org>
Acked-by: default avatarRandy Dunlap <rddunlap@osdl.org>
Signed-off-by: default avatarMaximilian Attems <janitor@sternwelten.at>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent bf5af0f8
...@@ -1126,7 +1126,7 @@ prep_init(unsigned long r3, unsigned long r4, unsigned long r5, ...@@ -1126,7 +1126,7 @@ prep_init(unsigned long r3, unsigned long r4, unsigned long r5,
_prep_type = _PREP_Motorola; _prep_type = _PREP_Motorola;
} }
#ifdef CONFIG_PREP_PRESIDUAL #ifdef CONFIG_PREP_RESIDUAL
/* Switch off all residual data processing if the user requests it */ /* Switch off all residual data processing if the user requests it */
if (strstr(cmd_line, "noresidual") != NULL) if (strstr(cmd_line, "noresidual") != NULL)
res = NULL; res = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment