tpm: Create a tpm_class_ops structure and use it in the drivers
[cascardo/linux.git] / scripts / checkpatch.pl
index 61090e0..9c98100 100755 (executable)
@@ -3289,6 +3289,7 @@ sub process {
                        }
                }
                if (!defined $suppress_whiletrailers{$linenr} &&
+                   defined($stat) && defined($cond) &&
                    $line =~ /\b(?:if|while|for)\s*\(/ && $line !~ /^.\s*#/) {
                        my ($s, $c) = ($stat, $cond);