projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b14fc50
)
powerpc/tools/checkpatch: Ignore DT_SPLIT_BINDING_PATCH
author
Russell Currey
<ruscur@russell.cc>
Tue, 4 Dec 2018 05:11:54 +0000
(16:11 +1100)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/arch/powerpc/tools/checkpatch.sh
b/arch/powerpc/tools/checkpatch.sh
index 1fad3fb90e7ca09700fddccb8ad5f31465379d27..3ce5c093b19db2ca3c2a0411f03d15b0b5a39fb1 100755
(executable)
--- 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 \
$@