Files
kernel_arpi/scripts/kconfig
Masahiro Yamada a4cff327d8 kconfig: clean up nested if-conditionals in check_conf()
Unify the outer two if-conditionals into one. This decreases the
indent level by one.

Also, change the if-else blocks:

    if (input_mode == listnewconfig) {
            ...
    } else if (input_mode == helpnewconfig) {
            ...
    } else {
            ...
    }

into the switch statement.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
2021-02-24 15:12:06 +09:00
..
2020-12-08 23:31:29 +09:00
2020-08-14 13:30:03 +09:00
2020-08-14 13:30:03 +09:00
2020-12-08 23:31:29 +09:00
2021-01-27 03:17:42 +09:00
2020-09-25 00:37:13 +09:00
2020-12-08 23:31:29 +09:00