Re: [PATCH] kconfig: Fix copy error

2015-10-20 Thread Michal Marek
Dne 19.10.2015 v 16:57 Jan Beulich napsal(a): On 19.10.15 at 16:51, wrote: >> Signed-off-by: Michal Sojka > > Oops - yes of course. Thanks. > > Reviewed-by: Jan Beulich Applied to kbuild.git#kconfig. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [PATCH] kconfig: Fix copy error

2015-10-20 Thread Michal Marek
Dne 19.10.2015 v 16:57 Jan Beulich napsal(a): On 19.10.15 at 16:51, wrote: >> Signed-off-by: Michal Sojka > > Oops - yes of course. Thanks. > > Reviewed-by: Jan Beulich Applied to kbuild.git#kconfig. Michal -- To unsubscribe

Re: [PATCH] kconfig: Fix copy error

2015-10-19 Thread Jan Beulich
>>> On 19.10.15 at 16:51, wrote: > Signed-off-by: Michal Sojka Oops - yes of course. Thanks. Reviewed-by: Jan Beulich > --- a/scripts/kconfig/expr.c > +++ b/scripts/kconfig/expr.c > @@ -1113,7 +1113,7 @@ void expr_print(struct expr *e, void (*fn)(void *, > struct symbol *, const char * >

[PATCH] kconfig: Fix copy error

2015-10-19 Thread Michal Sojka
Signed-off-by: Michal Sojka --- scripts/kconfig/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kconfig/expr.c b/scripts/kconfig/expr.c index 667d1aa..cbf4996 100644 --- a/scripts/kconfig/expr.c +++ b/scripts/kconfig/expr.c @@ -1113,7 +1113,7 @@ void

Re: [PATCH] kconfig: Fix copy error

2015-10-19 Thread Jan Beulich
>>> On 19.10.15 at 16:51, wrote: > Signed-off-by: Michal Sojka Oops - yes of course. Thanks. Reviewed-by: Jan Beulich > --- a/scripts/kconfig/expr.c > +++ b/scripts/kconfig/expr.c > @@ -1113,7 +1113,7 @@ void expr_print(struct expr

[PATCH] kconfig: Fix copy error

2015-10-19 Thread Michal Sojka
Signed-off-by: Michal Sojka --- scripts/kconfig/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kconfig/expr.c b/scripts/kconfig/expr.c index 667d1aa..cbf4996 100644 --- a/scripts/kconfig/expr.c +++ b/scripts/kconfig/expr.c @@ -1113,7