Skip to content
Commit 00d674cb authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 57ddd07c
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