commit | 00d674cb35362dd30df7ff1e0003ad6d6c3ebf3a | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Fri Oct 01 14:32:51 2021 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Mon Oct 11 23:13:23 2021 +0900 |
tree | e7179188ca497e9a178babffc035f796063e42ec | |
parent | 57ddd07c456053dfdabebc6a2d030c57cd3fb75b [diff] |
kconfig: refactor conf_write_dep() The if ... else inside the for-loop is unneeded because one empty line is placed after printing the last element of deps_config. Currently, all errors in conf_write_dep() are ignored. Add proper error checks. Rename it to conf_write_autoconf_cmd(), which is more intuitive. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>