소스 검색

scripts/get_maintainer.pl: change --sections to print in the same style as MAINTAINERS

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Joe Perches 15 년 전
부모
커밋
f11e9a1534
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      scripts/get_maintainer.pl

+ 2 - 0
scripts/get_maintainer.pl

@@ -381,8 +381,10 @@ foreach my $file (@files) {
 			$line =~ s/\\\./\./g;       	##Convert \. to .
 			$line =~ s/\.\*/\*/g;       	##Convert .* to *
 		    }
+		    $line =~ s/^([A-Z]):/$1:\t/g;
 		    print("$line\n");
 		}
+		print("\n");
 	    }
     }