Unverified Commit 72043cf7 authored by Diego Viola's avatar Diego Viola Committed by Nathan Chancellor
Browse files

streamline_config.pl: remove superfluous exclamation mark



In order to make the output cleaner and more consistent with other
scripts.

Signed-off-by: default avatarDiego Viola <diego.viola@gmail.com>
Link: https://patch.msgid.link/20260202054541.17399-1-diego.viola@gmail.com


Signed-off-by: default avatarNathan Chancellor <nathan@kernel.org>
parent 76c73cfd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
    }
}