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:
Diego Viola 2026-02-02 02:45:41 -03:00 committed by Nathan Chancellor
parent 76c73cfde7
commit 72043cf7f1
No known key found for this signature in database
GPG key ID: 1D6B269171C01A96

View file

@ -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";
}
}