[PATCH] scripts/get_maintainer.pl: Add tested-by signature

From: Alexandre Pereira da Silva
Date: Wed Jun 20 2012 - 07:52:17 EST


The tester of the patch should also be listed to receive patch
notifications.

Signed-off-by: Alexandre Pereira da Silva <aletes.xgr@xxxxxxxxx>
---
scripts/get_maintainer.pl | 1 +
1 file changed, 1 insertion(+)

diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl
index 0948c6b..5715773 100755
--- a/scripts/get_maintainer.pl
+++ b/scripts/get_maintainer.pl
@@ -81,6 +81,7 @@ my $penguin_chiefs = "\(" . join("|", @penguin_chief_names) . "\)";
my @signature_tags = ();
push(@signature_tags, "Signed-off-by:");
push(@signature_tags, "Reviewed-by:");
+push(@signature_tags, "Tested-by:");
push(@signature_tags, "Acked-by:");

# rfc822 email address - preloaded methods go here.
--
1.7.10

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/