From fc88ddf59cc2814ee88ed39a60e4673d3a13a2a6 Mon Sep 17 00:00:00 2001 From: Bartosz Bilas Date: Tue, 19 Apr 2022 21:20:49 +0200 Subject: [PATCH] scripts: checkpatch: add Co-authored-by tag Add Co-authored-by tag which is mainly used by Github. Signed-off-by: Bartosz Bilas --- scripts/checkpatch.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 7b39583e31..137e503387 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -493,6 +493,7 @@ our $allocFunctions = qr{(?x: our $signature_tags = qr{(?xi: Signed-off-by:| + Co-authored-by:| Co-developed-by:| Acked-by:| Tested-by:|