From: Johan Malm Date: Thu, 3 Nov 2022 19:44:28 +0000 (+0000) Subject: checkpatch: ignore += UNNECESSARY_ELSE X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=6a242d5739490b9f8c4d5dbea6c53f9d99a8cbfa;p=proto%2Flabwc.git checkpatch: ignore += UNNECESSARY_ELSE --- diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index b6af974f..5925f2a8 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -64,6 +64,7 @@ my @ignore = ( "PREFER_FALLTHROUGH", "ARRAY_SIZE", "INITIALISED_STATIC", + "UNNECESSARY_ELSE", ); my $help = 0; my $configuration_file = ".checkpatch.conf";