powerpc/tools/checkpatch: Ignore DT_SPLIT_BINDING_PATCH
authorRussell Currey <ruscur@russell.cc>
Tue, 4 Dec 2018 05:11:54 +0000 (16:11 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 4 Dec 2018 08:45:01 +0000 (19:45 +1100)
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>
arch/powerpc/tools/checkpatch.sh

index 1fad3fb..3ce5c09 100755 (executable)
@@ -19,4 +19,5 @@ exec $script_base/../../../scripts/checkpatch.pl \
        --ignore GLOBAL_INITIALISERS \
        --ignore LINE_SPACING \
        --ignore MULTIPLE_ASSIGNMENTS \
+       --ignore DT_SPLIT_BINDING_PATCH \
        $@