From c8091698e8d53cd29fb4ddfa2cd1fe03af378bc5 Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Fri, 5 Mar 2010 13:43:07 -0800 Subject: [PATCH] --- yaml --- r: 186260 b: refs/heads/master c: 3c840c18bcd8efb37f1a565e83a9509e1ea5d105 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/get_maintainer.pl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 3a66cf3e13a8..add768cad9f4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a63ceb4c36a7674f7efa90e8ba96b44a3989d717 +refs/heads/master: 3c840c18bcd8efb37f1a565e83a9509e1ea5d105 diff --git a/trunk/scripts/get_maintainer.pl b/trunk/scripts/get_maintainer.pl index b61002dceaba..f76f3d13276d 100755 --- a/trunk/scripts/get_maintainer.pl +++ b/trunk/scripts/get_maintainer.pl @@ -347,6 +347,7 @@ if ($type eq 'X') { if (file_match_pattern($file, $value)) { $exclude = 1; + last; } } } @@ -373,8 +374,7 @@ } } - $tvi += ($end - $start); - + $tvi = $end + 1; } foreach my $line (sort {$hash{$b} <=> $hash{$a}} keys %hash) {