mirror of https://gitee.com/openkylin/linux.git
kconfig: localmodconfig: fix indentation for closing brace
This is the closing brace for the foreach loop. Fix the misleading indentation. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
parent
5edcef8454
commit
68f0d62746
|
@ -372,7 +372,7 @@ if (defined($lsmod_file)) {
|
|||
$lsmod = "$dir/lsmod";
|
||||
last;
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!defined($lsmod)) {
|
||||
# try just the path
|
||||
$lsmod = "lsmod";
|
||||
|
|
Loading…
Reference in New Issue