Skip to content
Commit 3c2f84ce authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kconfig: remove 'e1' and 'e2' macros from expression deduplication



I do not think the macros 'e1' and 'e2' are readable.

The statement:

    e1 = expr_alloc_symbol(...);

affects the caller's variable, but this is not sufficiently clear from the code.

Remove the macros. No functional change intended.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 94a4b0a4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment