diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2013-04-29 16:18:17 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-04-29 18:28:20 -0700 |
commit | 8543ae1296f6ec1490c7afab6ae0fe97bf87ebf8 (patch) | |
tree | aa9a2ce97f33051bbcb99079d5fda7311e31f3b3 /scripts | |
parent | 74c8f4336da4319f886151a4246024e08b1a0eb3 (diff) | |
download | linux-3.10-8543ae1296f6ec1490c7afab6ae0fe97bf87ebf8.tar.gz linux-3.10-8543ae1296f6ec1490c7afab6ae0fe97bf87ebf8.tar.bz2 linux-3.10-8543ae1296f6ec1490c7afab6ae0fe97bf87ebf8.zip |
checkpatch: add Suggested-by as a standard signature
As people started using Suggested-by as standard signature, adding
"Suggested-by" to the standard signature so that checkpatch won't
generate warning when Suggested-by is used in patch signature
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Cc: Andy Whitcroft <apw@canonical.com>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/checkpatch.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 3a7600d1278..b954de58304 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -281,6 +281,7 @@ our $signature_tags = qr{(?xi: Tested-by:| Reviewed-by:| Reported-by:| + Suggested-by:| To:| Cc: )}; |