Re: [PATCH 3/4] kconfig: adjust warning message for conflicting types

2013-10-01 Thread David Rientjes
On Wed, 2 Oct 2013, Martin Walch wrote: > diff --git a/scripts/kconfig/menu.c b/scripts/kconfig/menu.c > index b970101..e511df5 100644 > --- a/scripts/kconfig/menu.c > +++ b/scripts/kconfig/menu.c > @@ -119,7 +119,7 @@ void menu_set_type(int type) > sym->type = type; >

[PATCH 3/4] kconfig: adjust warning message for conflicting types

2013-10-01 Thread Martin Walch
From: Martin Walch Date: Wed, 2 Oct 2013 06:58:01 +0200 Subject: [PATCH 3/4] kconfig: adjust warning message for conflicting types Adjust warning: a second symbol type does *not* replace the first one. Signed-off-by: Martin Walch --- scripts/kconfig/menu.c | 2 +- 1 file changed, 1 insertion