Skip to content

Commit

Permalink
checkpatch: add Co-developed-by to signature tags
Browse files Browse the repository at this point in the history
As per Documentation/process/submitting-patches, Co-developed-by is a
valid signature.

This commit removes the warning.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Jorge Ramirez-Ortiz <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: Himanshu Jha <[email protected]>
Cc: Joe Perches <[email protected]>
Cc: Jonathan Cameron <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Niklas Cassel <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
ldts authored and torvalds committed Jan 4, 2019
1 parent ae67ee6 commit d499480
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/checkpatch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ sub hash_show_words {

our $signature_tags = qr{(?xi:
Signed-off-by:|
Co-developed-by:|
Acked-by:|
Tested-by:|
Reviewed-by:|
Expand Down

0 comments on commit d499480

Please sign in to comment.