]> Git Repo - qemu.git/blobdiff - scripts/checkpatch.pl
hw/hppa/dino: mask out lower 2 bits of PCI config addr
[qemu.git] / scripts / checkpatch.pl
index d10dddf1be477e52f4ac114243897380639c37c1..88682cb0a9f324e0f56a00037d394fb548b59566 100755 (executable)
@@ -1624,7 +1624,7 @@ sub process {
 
                # Block comments use /* on a line of its own
                if ($rawline !~ m@^\+.*/\*.*\*/[ \t]*$@ &&      #inline /*...*/
-                   $rawline =~ m@^\+.*/\*\*?[ \t]*.+[ \t]*$@) { # /* or /** non-blank
+                   $rawline =~ m@^\+.*/\*\*?+[ \t]*[^ \t]@) { # /* or /** non-blank
                        WARN("Block comments use a leading /* on a separate line\n" . $herecurr);
                }
 
This page took 0.023601 seconds and 4 git commands to generate.