Prev: section mismatch: pcibios_scan_specific_bus()
Next: [PATH 2.6.33 2/3] net: Kconfig change for Micrel KSZ884X driver
From: Joe Perches on 15 Jan 2010 21:00 On Sat, 2010-01-16 at 01:57 +0100, Stefan Richter wrote: > > The MAINTAINERS file uses tab or space after "^[A-Z]:" > > Perhaps that format should be kept. > Right, the original format is actually better (if you want to tweak your > output at all). Signed-off-by: Joe Perches <joe(a)perches.com> --- diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl index 4cd2b4c..8461452 100755 --- a/scripts/get_maintainer.pl +++ b/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"); } } -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |