>>> On 19.10.15 at 16:51, <[email protected]> wrote:
> Signed-off-by: Michal Sojka <[email protected]>

Oops - yes of course. Thanks.

Reviewed-by: Jan Beulich <[email protected]>

> --- 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:



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to