OSDN Git Service

kconfig: localmodconfig: fix indentation for closing brace
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 17 Dec 2019 04:16:37 +0000 (13:16 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 6 Jan 2020 17:18:45 +0000 (02:18 +0900)
This is the closing brace for the foreach loop. Fix the misleading
indentation.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/streamline_config.pl

index bbaa1e1..e2f8504 100755 (executable)
@@ -372,7 +372,7 @@ if (defined($lsmod_file)) {
            $lsmod = "$dir/lsmod";
            last;
        }
-}
+    }
     if (!defined($lsmod)) {
        # try just the path
        $lsmod = "lsmod";