aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2019-12-17 13:16:37 +0900
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2019-12-19 20:43:26 -0500
commit37bf46aae4acb76e7cc0fb4d1131ece682f456d4 (patch)
treea79793c90496ef205591a4aa4c2dd00a0a90cf64
parentbefd96966c5b736f564b31af6a2a2c6993cdf530 (diff)
downloadlinux-kconfig-for-next.tar.gz
kconfig: localmodconfig: Fix indentation for closing bracelocalmodconfig-v5.6for-next
This is the closing brace for the foreach loop. Fix the misleading indentation. Link: http://lkml.kernel.org/r/20191217041637.29558-2-masahiroy@kernel.org Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
-rwxr-xr-xscripts/kconfig/streamline_config.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl
index bbaa1e11a4e9f..e2f8504f5a2d4 100755
--- a/scripts/kconfig/streamline_config.pl
+++ b/scripts/kconfig/streamline_config.pl
@@ -372,7 +372,7 @@ if (defined($lsmod_file)) {
$lsmod = "$dir/lsmod";
last;
}
-}
+ }
if (!defined($lsmod)) {
# try just the path
$lsmod = "lsmod";