mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
streamline_config.pl: remove superfluous exclamation mark
In order to make the output cleaner and more consistent with other scripts. Signed-off-by: Diego Viola <diego.viola@gmail.com> Link: https://patch.msgid.link/20260202054541.17399-1-diego.viola@gmail.com Signed-off-by: Nathan Chancellor <nathan@kernel.org>
This commit is contained in:
parent
76c73cfde7
commit
72043cf7f1
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ foreach my $module (keys(%modules)) {
|
|||
}
|
||||
} else {
|
||||
# Most likely, someone has a custom (binary?) module loaded.
|
||||
print STDERR "$module config not found!!\n";
|
||||
print STDERR "$module config not found!\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue