diff options
author | Russell Currey <ruscur@russell.cc> | 2018-12-04 16:11:54 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-12-04 19:45:01 +1100 |
commit | afa202b6bd307f6a2e682c59e392f8dcc754e969 (patch) | |
tree | 6b4920c4937bd3fb75d0290727881f1110db3e10 | |
parent | b14fc502663d4a21550f59f8242f37f13da1d7f6 (diff) | |
download | linux-afa202b6bd307f6a2e682c59e392f8dcc754e969.tar.bz2 |
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>
-rwxr-xr-x | arch/powerpc/tools/checkpatch.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/tools/checkpatch.sh b/arch/powerpc/tools/checkpatch.sh index 1fad3fb90e7c..3ce5c093b19d 100755 --- a/arch/powerpc/tools/checkpatch.sh +++ b/arch/powerpc/tools/checkpatch.sh @@ -19,4 +19,5 @@ exec $script_base/../../../scripts/checkpatch.pl \ --ignore GLOBAL_INITIALISERS \ --ignore LINE_SPACING \ --ignore MULTIPLE_ASSIGNMENTS \ + --ignore DT_SPLIT_BINDING_PATCH \ $@ |