From: Mariusz Tkaczyk Date: Tue, 12 Nov 2024 13:05:11 +0000 (+0100) Subject: checkpatch.conf: ignore NEW_TYPEDEFS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=143d94f684b738d1aa89024b182ad4cfa1b9018b;p=thirdparty%2Fmdadm.git checkpatch.conf: ignore NEW_TYPEDEFS In mdadm, we have more flexible apporach to typedefs. Signed-off-by: Mariusz Tkaczyk --- diff --git a/.github/tools/.checkpatch.conf b/.github/tools/.checkpatch.conf index d6e3bc44..03114847 100644 --- a/.github/tools/.checkpatch.conf +++ b/.github/tools/.checkpatch.conf @@ -8,3 +8,4 @@ --exclude tests --ignore FILE_PATH_CHANGES --ignore EMAIL_SUBJECT +--ignore NEW_TYPEDEFS