projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5edcef8
)
kconfig: localmodconfig: fix indentation for closing brace
author
Masahiro Yamada
<masahiroy@kernel.org>
Tue, 17 Dec 2019 04:16:37 +0000
(13:16 +0900)
committer
Masahiro 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
patch
|
blob
|
history
diff --git
a/scripts/kconfig/streamline_config.pl
b/scripts/kconfig/streamline_config.pl
index bbaa1e11a4e9fbc5efbd54ac87ebf28e56f37d2a..e2f8504f5a2d429388dd6eda1538344717ab07b0 100755
(executable)
--- 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";