deb-pkg: Add automatic support for s390x architecture
[firefly-linux-kernel-4.4.55.git] / scripts / kconfig / zconf.y
index 0653886fac4810b0989af918708f4dbfd39f145b..0f683cfa53e9abf9aecc032e03334fca182c0d20 100644 (file)
@@ -510,7 +510,7 @@ void conf_parse(const char *name)
        for_all_symbols(i, sym) {
                if (sym_check_deps(sym))
                        zconfnerrs++;
-        }
+       }
        if (zconfnerrs)
                exit(1);
        sym_set_change_count(1);