[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1544808928-20002-3-git-send-email-jorge.ramirez-ortiz@linaro.org>
Date: Fri, 14 Dec 2018 18:35:28 +0100
From: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@...aro.org>
To: jorge.ramirez-ortiz@...aro.org, joe@...ches.com,
gregkh@...uxfoundation.org, himanshujha199640@...il.com
Cc: apw@...onical.com, akpm@...ux-foundation.org,
linux-kernel@...r.kernel.org, niklas.cassel@...aro.org,
corbet@....net, linux-doc@...r.kernel.org
Subject: [PATCH 2/2] 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..b737ca9 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