[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1544792494-15485-1-git-send-email-jorge.ramirez-ortiz@linaro.org>
Date: Fri, 14 Dec 2018 14:01:34 +0100
From: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@...aro.org>
To: jorge.ramirez-ortiz@...aro.org, apw@...onical.com, joe@...ches.com
Cc: linux-kernel@...r.kernel.org, niklas.cassel@...aro.org
Subject: [PATCH] checkpatch: add Co-Developed-by to signature tags
As per Documentation/process/submitting-patches, Co-developed-by is a
valid signature.
This commit removes the warning.
Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@...aro.org>
---
scripts/checkpatch.pl | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 93e84c9..cab515f 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -468,6 +468,7 @@ our $logFunctions = qr{(?x:
our $signature_tags = qr{(?xi:
Signed-off-by:|
+ Co-Developed-by:|
Acked-by:|
Tested-by:|
Reviewed-by:|
--
2.7.4
Powered by blists - more mailing lists