[PATCH 4/4] Dont check Signed-off-by by default

Yang Gu yang.gu at intel.com
Sun Jul 18 23:19:29 PDT 2010


---
 test/checkpatch.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/checkpatch.pl b/test/checkpatch.pl
index 767670d..2a4faa0 100755
--- a/test/checkpatch.pl
+++ b/test/checkpatch.pl
@@ -16,7 +16,7 @@ use Getopt::Long qw(:config no_auto_abbrev);
 
 my $quiet = 0;
 my $tree = 1;
-my $chk_signoff = 1;
+my $chk_signoff = 0;
 my $chk_patch = 1;
 my $tst_only;
 my $emacs = 0;
-- 
1.7.0.4



More information about the ofono mailing list