Re: [patch 1/1] kconfig: trivial cleanup

From: Roman Zippel
Date: Tue Mar 22 2005 - 14:37:14 EST


Hi,

On Tue, 22 Mar 2005 blaisorblade@xxxxxxxx wrote:

> Replace a menu_add_prop mimicking menu_add_prompt with the latter.
>
> Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx>
> ---
>
> linux-2.6.11-paolo/scripts/kconfig/zconf.y | 2 +-
> 1 files changed, 1 insertion(+), 1 deletion(-)
>
> diff -puN scripts/kconfig/zconf.y~kbuild-cleanup scripts/kconfig/zconf.y
> --- linux-2.6.11/scripts/kconfig/zconf.y~kbuild-cleanup 2005-03-22 17:34:36.000000000 +0100
> +++ linux-2.6.11-paolo/scripts/kconfig/zconf.y 2005-03-22 17:35:14.000000000 +0100
> @@ -443,7 +443,7 @@ prompt_stmt_opt:
> /* empty */
> | prompt if_expr
> {
> - menu_add_prop(P_PROMPT, $1, NULL, $2);
> + menu_add_prompt(P_PROMPT, $1, $2);
> };
>

If you change this, then please do it completely. All other remaining
menu_add_prop in that can be changed to menu_add_prompt too and the same
change needs to be done to zconf.tab.c_shipped.

bye, Roman
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/