Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f11e9a15 authored by Joe Perches's avatar Joe Perches Committed by Linus Torvalds
Browse files

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



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Cc: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4b76c9da
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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");
	    }
    }