From 8cfd3f88d3b286ad6ece68dcd8b634b250ec12de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Niew=C3=B6hner?= Date: Wed, 2 Nov 2022 18:17:57 +0100 Subject: [PATCH] checkpatch: add Co-authored-by to signature list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/69166 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Patrick Georgi --- util/lint/checkpatch.pl | 1 + 1 file changed, 1 insertion(+) 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: )};