summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>2024-11-12 14:05:11 +0100
committerMariusz Tkaczyk <mtkaczyk@kernel.org>2024-12-16 10:11:31 +0100
commit143d94f684b738d1aa89024b182ad4cfa1b9018b (patch)
tree04545b704ecbea0d8f1f8a7e6529ce64826e92b3
parentIncremental: Simplify remove logic (diff)
downloadmdadm-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.conf1
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