diff options
author | Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com> | 2024-11-12 14:05:11 +0100 |
---|---|---|
committer | Mariusz Tkaczyk <mtkaczyk@kernel.org> | 2024-12-16 10:11:31 +0100 |
commit | 143d94f684b738d1aa89024b182ad4cfa1b9018b (patch) | |
tree | 04545b704ecbea0d8f1f8a7e6529ce64826e92b3 | |
parent | Incremental: Simplify remove logic (diff) | |
download | mdadm-143d94f684b738d1aa89024b182ad4cfa1b9018b.tar.xz mdadm-143d94f684b738d1aa89024b182ad4cfa1b9018b.zip |
checkpatch.conf: ignore NEW_TYPEDEFS
In mdadm, we have more flexible apporach to typedefs.
Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
-rw-r--r-- | .github/tools/.checkpatch.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |