Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/tools/checkpatch: Ignore DT_SPLIT_BINDING_PATCH

From what I've seen, every time this warning comes up it's bogus,
so let's ignore it.

Signed-off-by: Russell Currey <ruscur@russell.cc>
Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>

authored by

Russell Currey and committed by
Michael Ellerman
afa202b6 b14fc502

+1
+1
arch/powerpc/tools/checkpatch.sh
··· 19 19 --ignore GLOBAL_INITIALISERS \ 20 20 --ignore LINE_SPACING \ 21 21 --ignore MULTIPLE_ASSIGNMENTS \ 22 + --ignore DT_SPLIT_BINDING_PATCH \ 22 23 $@