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 <[email protected]>
---
scripts/checkpatch.pl | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index b28cc38..6be4d27 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:
)};
--
1.7.9.5
Hi,
On Wed, Mar 27, 2013 at 08:38:22PM +0530, Mugunthan V N wrote:
> 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
if that's the case, then I guess you need to update
Documentation/SubmittingPatches explaining when to use Suggested-by tag.
--
balbi