Revision a99ac041

b/scripts/checkpatch.pl
97 97
my $dbg_possible = 0;
98 98
my $dbg_type = 0;
99 99
my $dbg_attr = 0;
100
my $dbg_adv_dcs = 0;
100 101
for my $key (keys %debug) {
101 102
	## no critic
102 103
	eval "\${dbg_$key} = '$debug{$key}';";
......
2575 2576
					$allowed = 1;
2576 2577
				}
2577 2578
			}
2579
                        print "DCS: level=$level block<$block> allowed=$allowed\n"
2580
                            if $dbg_adv_dcs;
2578 2581
			if ($level == 0 && $block !~ /^\s*\{/ && !$allowed) {
2579 2582
				my $herectx = $here . "\n";;
2580 2583
				my $cnt = statement_rawlines($block);

Also available in: Unified diff