]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
checkpatch: Fix false DT_SPLIT_BINDING_PATCH warnings
authorRob Herring (Arm) <robh@kernel.org>
Wed, 21 Jan 2026 21:27:14 +0000 (15:27 -0600)
committerRob Herring (Arm) <robh@kernel.org>
Mon, 23 Feb 2026 17:34:20 +0000 (11:34 -0600)
commita45ff9dd3fec5d604f99b2665c40db26ce81ec0c
treee2caef4871a551c0b283b27cc2ccc2247c07cb51
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
checkpatch: Fix false DT_SPLIT_BINDING_PATCH warnings

Patches which both remove and add/modify DT binding files are
incorrectly flagged as needing to split the patch. The issue is the
check sees "dev/null" as one of the files in the patch which is not a DT
binding file. Add "dev/null" to the skipped files.

Link: https://patch.msgid.link/20260121212715.144495-1-robh@kernel.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
scripts/checkpatch.pl