Skip to content

Commit 72043cf

Browse files
diegoviolanathanchance
authored andcommitted
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>
1 parent 76c73cf commit 72043cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/kconfig/streamline_config.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ sub convert_vars {
415415
}
416416
} else {
417417
# 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";
419419
}
420420
}
421421

0 commit comments

Comments
 (0)