diff options
-rw-r--r-- | Documentation/SubmittingPatches | 9 | ||||
-rwxr-xr-x | scripts/checkpatch.pl | 1 |
2 files changed, 9 insertions, 1 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index aa0c1e63f050..6e97e73d87b5 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches | |||
@@ -420,7 +420,7 @@ person it names. This tag documents that potentially interested parties | |||
420 | have been included in the discussion | 420 | have been included in the discussion |
421 | 421 | ||
422 | 422 | ||
423 | 14) Using Reported-by:, Tested-by: and Reviewed-by: | 423 | 14) Using Reported-by:, Tested-by:, Reviewed-by: and Suggested-by: |
424 | 424 | ||
425 | If this patch fixes a problem reported by somebody else, consider adding a | 425 | If this patch fixes a problem reported by somebody else, consider adding a |
426 | Reported-by: tag to credit the reporter for their contribution. Please | 426 | Reported-by: tag to credit the reporter for their contribution. Please |
@@ -468,6 +468,13 @@ done on the patch. Reviewed-by: tags, when supplied by reviewers known to | |||
468 | understand the subject area and to perform thorough reviews, will normally | 468 | understand the subject area and to perform thorough reviews, will normally |
469 | increase the likelihood of your patch getting into the kernel. | 469 | increase the likelihood of your patch getting into the kernel. |
470 | 470 | ||
471 | A Suggested-by: tag indicates that the patch idea is suggested by the person | ||
472 | named and ensures credit to the person for the idea. Please note that this | ||
473 | tag should not be added without the reporter's permission, especially if the | ||
474 | idea was not posted in a public forum. That said, if we diligently credit our | ||
475 | idea reporters, they will, hopefully, be inspired to help us again in the | ||
476 | future. | ||
477 | |||
471 | 478 | ||
472 | 15) The canonical patch format | 479 | 15) The canonical patch format |
473 | 480 | ||
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 3a7600d12783..b954de58304f 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl | |||
@@ -281,6 +281,7 @@ our $signature_tags = qr{(?xi: | |||
281 | Tested-by:| | 281 | Tested-by:| |
282 | Reviewed-by:| | 282 | Reviewed-by:| |
283 | Reported-by:| | 283 | Reported-by:| |
284 | Suggested-by:| | ||
284 | To:| | 285 | To:| |
285 | Cc: | 286 | Cc: |
286 | )}; | 287 | )}; |