nvme: optimise io_uring passthrough completion
[linux-block.git] / scripts / kernel-doc
index 5cf38abdaf9da8c59504f438e40f9faee71cf9b1..2486689ffc7b47a5f987a31cd88d7cd6e24ce2a6 100755 (executable)
@@ -175,8 +175,8 @@ my $declaration_start_line;
 my ($type, $declaration_name, $return_type);
 my ($newsection, $newcontents, $prototype, $brcount, %source_map);
 
-if (defined($ENV{'KBUILD_VERBOSE'})) {
-       $verbose = "$ENV{'KBUILD_VERBOSE'}";
+if (defined($ENV{'KBUILD_VERBOSE'}) && $ENV{'KBUILD_VERBOSE'} =~ '1') {
+       $verbose = 1;
 }
 
 if (defined($ENV{'KCFLAGS'})) {