diff options
| author | Diego Viola <diego.viola@gmail.com> | 2026-02-02 02:45:41 -0300 |
|---|---|---|
| committer | Nathan Chancellor <nathan@kernel.org> | 2026-02-02 21:54:20 -0700 |
| commit | 72043cf7f100cbd031981a726e31f4b20935902c (patch) | |
| tree | 757aea1419186cc99fdbd8f5962ef9a7ee7a11e8 /scripts | |
| parent | 76c73cfde7988976474e58c16e14ec3372f8cdaf (diff) | |
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>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/kconfig/streamline_config.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/streamline_config.pl b/scripts/kconfig/streamline_config.pl index 8e23faab5d22..8677d1ca06a7 100755 --- a/scripts/kconfig/streamline_config.pl +++ b/scripts/kconfig/streamline_config.pl @@ -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"; } } |
