Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Diego Viola and committed by
Nathan Chancellor
72043cf7 76c73cfd

+1 -1
+1 -1
scripts/kconfig/streamline_config.pl
··· 415 415 } 416 416 } else { 417 417 # Most likely, someone has a custom (binary?) module loaded. 418 - print STDERR "$module config not found!!\n"; 418 + print STDERR "$module config not found!\n"; 419 419 } 420 420 } 421 421