From 2669040f9d643d089f049e311dfb94fbc7eb2362 Mon Sep 17 00:00:00 2001 From: Arnaud Pouliquen Date: Thu, 6 Feb 2020 10:55:49 +0100 Subject: [PATCH] checkpatch: suppress mailback option in conf file Suppress mailback conf to allow to use the -g parameter. With the -g option it is possible to check coding style for multi commits in the git tree without extracting them. For instance the './scripts/checkpatch.pl --strict --git HEAD-4' command checks the last 4 patches of the current branch. Signed-off-by: Arnaud Pouliquen --- .checkpatch.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.checkpatch.conf b/.checkpatch.conf index 9ff854a424..de5b2421be 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -1,4 +1,3 @@ ---mailback --emacs --summary-file --show-types