]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
streamline_config.pl: remove superfluous exclamation mark
authorDiego Viola <diego.viola@gmail.com>
Mon, 2 Feb 2026 05:45:41 +0000 (02:45 -0300)
committerNathan Chancellor <nathan@kernel.org>
Tue, 3 Feb 2026 04:54:20 +0000 (21:54 -0700)
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>
scripts/kconfig/streamline_config.pl

index 8e23faab5d2277cdfc0d913c20daac02cb2782d2..8677d1ca06a72611ea7780f1af24065970daac6a 100755 (executable)
@@ -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";
     }
 }