checkpatch: Allow comments in macros tested for single statements
[pandora-kernel.git] / scripts / checkpatch.pl
index 6afc24b..6ac355e 100755 (executable)
@@ -4260,6 +4260,7 @@ sub process {
                        $ctx = $dstat;
 
                        $dstat =~ s/\\\n.//g;
+                       $dstat =~ s/$;/ /g;
 
                        if ($dstat =~ /^\+\s*#\s*define\s+$Ident\s*${balanced_parens}\s*do\s*{(.*)\s*}\s*while\s*\(\s*0\s*\)\s*([;\s]*)\s*$/) {
                                my $stmts = $2;