aboutsummaryrefslogtreecommitdiff
path: root/util/lint/checkpatch.pl
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2022-11-02 18:17:57 +0100
committerPatrick Georgi <patrick@coreboot.org>2022-11-04 00:36:11 +0000
commit8cfd3f88d3b286ad6ece68dcd8b634b250ec12de (patch)
tree492caf752da55b7c824c77649a95057b7d28ba24 /util/lint/checkpatch.pl
parentb95d427f7aa52dce5fdafda93742955aa6c3d2f7 (diff)
checkpatch: add Co-authored-by to signature list
Co-authored-by is commonly used for changes that have more than one author. Add it to the list to make Jenkins happy. Change-Id: I7f66824febe3be756c64ebf44c94bc653a66f1e1 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69166 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Patrick Georgi <patrick@coreboot.org>
Diffstat (limited to 'util/lint/checkpatch.pl')
-rwxr-xr-xutil/lint/checkpatch.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/lint/checkpatch.pl b/util/lint/checkpatch.pl
index 95296b9914..d044d8d4ed 100755
--- a/util/lint/checkpatch.pl
+++ b/util/lint/checkpatch.pl
@@ -618,6 +618,7 @@ our $signature_tags = qr{(?xi:
Reviewed-by:|
Reported-by:|
Suggested-by:|
+ Co-authored-by:|
To:|
Cc:
)};