Home
last modified time | relevance | path

Searched hist:"5 ee54659" (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/scripts/kconfig/
H A Dparser.y5ee54659 Sat Apr 10 01:57:22 CDT 2021 Masahiro Yamada <masahiroy@kernel.org> kconfig: change sym_change_count to a boolean flag

sym_change_count has no good reason to be 'int' type.

sym_set_change_count() compares the old and new values after casting
both of them to (bool). I do not see any practical diffrence between
sym_set_change_count(1) and sym_add_change_count(1).

Use the boolean flag, conf_changed.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
H A Dnconf.c5ee54659 Sat Apr 10 01:57:22 CDT 2021 Masahiro Yamada <masahiroy@kernel.org> kconfig: change sym_change_count to a boolean flag

sym_change_count has no good reason to be 'int' type.

sym_set_change_count() compares the old and new values after casting
both of them to (bool). I do not see any practical diffrence between
sym_set_change_count(1) and sym_add_change_count(1).

Use the boolean flag, conf_changed.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
H A Dlkc_proto.h5ee54659 Sat Apr 10 01:57:22 CDT 2021 Masahiro Yamada <masahiroy@kernel.org> kconfig: change sym_change_count to a boolean flag

sym_change_count has no good reason to be 'int' type.

sym_set_change_count() compares the old and new values after casting
both of them to (bool). I do not see any practical diffrence between
sym_set_change_count(1) and sym_add_change_count(1).

Use the boolean flag, conf_changed.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
H A Dlkc.h5ee54659 Sat Apr 10 01:57:22 CDT 2021 Masahiro Yamada <masahiroy@kernel.org> kconfig: change sym_change_count to a boolean flag

sym_change_count has no good reason to be 'int' type.

sym_set_change_count() compares the old and new values after casting
both of them to (bool). I do not see any practical diffrence between
sym_set_change_count(1) and sym_add_change_count(1).

Use the boolean flag, conf_changed.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
H A Dmconf.c5ee54659 Sat Apr 10 01:57:22 CDT 2021 Masahiro Yamada <masahiroy@kernel.org> kconfig: change sym_change_count to a boolean flag

sym_change_count has no good reason to be 'int' type.

sym_set_change_count() compares the old and new values after casting
both of them to (bool). I do not see any practical diffrence between
sym_set_change_count(1) and sym_add_change_count(1).

Use the boolean flag, conf_changed.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
H A Dsymbol.c5ee54659 Sat Apr 10 01:57:22 CDT 2021 Masahiro Yamada <masahiroy@kernel.org> kconfig: change sym_change_count to a boolean flag

sym_change_count has no good reason to be 'int' type.

sym_set_change_count() compares the old and new values after casting
both of them to (bool). I do not see any practical diffrence between
sym_set_change_count(1) and sym_add_change_count(1).

Use the boolean flag, conf_changed.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
H A Dconfdata.c5ee54659 Sat Apr 10 01:57:22 CDT 2021 Masahiro Yamada <masahiroy@kernel.org> kconfig: change sym_change_count to a boolean flag

sym_change_count has no good reason to be 'int' type.

sym_set_change_count() compares the old and new values after casting
both of them to (bool). I do not see any practical diffrence between
sym_set_change_count(1) and sym_add_change_count(1).

Use the boolean flag, conf_changed.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>