* [PATCH] kconfig: Fix copy&paste error
@ 2015-10-19 14:51 Michal Sojka
2015-10-19 14:57 ` Jan Beulich
0 siblings, 1 reply; 3+ messages in thread
From: Michal Sojka @ 2015-10-19 14:51 UTC (permalink / raw)
To: Yann E. MORIN, Michal Marek, Michal Sojka, Martin Walch,
Jan Beulich, linux-kbuild, linux-kernel
Cc: trivial
Signed-off-by: Michal Sojka <sojkam1@fel.cvut.cz>
---
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 expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *
fn(data, e->left.sym, e->left.sym->name);
else
fn(data, NULL, "<choice>");
- fn(data, NULL, e->type == E_LEQ ? ">=" : ">");
+ fn(data, NULL, e->type == E_GEQ ? ">=" : ">");
fn(data, e->right.sym, e->right.sym->name);
break;
case E_UNEQUAL:
--
2.5.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] kconfig: Fix copy&paste error
2015-10-19 14:51 [PATCH] kconfig: Fix copy&paste error Michal Sojka
@ 2015-10-19 14:57 ` Jan Beulich
2015-10-20 17:15 ` Michal Marek
0 siblings, 1 reply; 3+ messages in thread
From: Jan Beulich @ 2015-10-19 14:57 UTC (permalink / raw)
To: Michal Sojka
Cc: Yann E. MORIN, trivial, Michal Marek, linux-kbuild, linux-kernel,
Martin Walch
>>> On 19.10.15 at 16:51, <sojkam1@fel.cvut.cz> wrote:
> Signed-off-by: Michal Sojka <sojkam1@fel.cvut.cz>
Oops - yes of course. Thanks.
Reviewed-by: Jan Beulich <jbeulich@suse.com>
> --- 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 *
> fn(data, e->left.sym, e->left.sym->name);
> else
> fn(data, NULL, "<choice>");
> - fn(data, NULL, e->type == E_LEQ ? ">=" : ">");
> + fn(data, NULL, e->type == E_GEQ ? ">=" : ">");
> fn(data, e->right.sym, e->right.sym->name);
> break;
> case E_UNEQUAL:
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] kconfig: Fix copy&paste error
2015-10-19 14:57 ` Jan Beulich
@ 2015-10-20 17:15 ` Michal Marek
0 siblings, 0 replies; 3+ messages in thread
From: Michal Marek @ 2015-10-20 17:15 UTC (permalink / raw)
To: Jan Beulich, Michal Sojka
Cc: Yann E. MORIN, trivial, linux-kbuild, linux-kernel, Martin Walch
Dne 19.10.2015 v 16:57 Jan Beulich napsal(a):
>>>> On 19.10.15 at 16:51, <sojkam1@fel.cvut.cz> wrote:
>> Signed-off-by: Michal Sojka <sojkam1@fel.cvut.cz>
>
> Oops - yes of course. Thanks.
>
> Reviewed-by: Jan Beulich <jbeulich@suse.com>
Applied to kbuild.git#kconfig.
Michal
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-10-20 17:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-19 14:51 [PATCH] kconfig: Fix copy&paste error Michal Sojka
2015-10-19 14:57 ` Jan Beulich
2015-10-20 17:15 ` Michal Marek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).