From 06c5194e856dcfe8ec56aa9b8e47289649840604 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 17 Jul 2024 07:11:44 +0200 Subject: [PATCH] scripts/checkpatch.pl: set default mode to strict There aren't many false positives. So, change default to strict mode. Signed-off-by: Mauro Carvalho Chehab --- scripts/checkpatch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 1c8afbc..e81e509 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -36,7 +36,7 @@ my $showfile = 0; my $file = 0; my $git = 0; my %git_commits = (); -my $check = 0; +my $check = 1; my $check_orig = 0; my $summary = 1; my $mailback = 0; -- 2.49.0