linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc/tools/checkpatch: Ignore DT_SPLIT_BINDING_PATCH
@ 2018-12-04  5:11 Russell Currey
  2018-12-04  5:54 ` Andrew Donnellan
  2018-12-07 13:06 ` Michael Ellerman
  0 siblings, 2 replies; 3+ messages in thread
From: Russell Currey @ 2018-12-04  5:11 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: andrew.donnellan, Russell Currey

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>
---
 arch/powerpc/tools/checkpatch.sh | 1 +
 1 file changed, 1 insertion(+)

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 \
 	$@
-- 
2.19.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-07 13:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-04  5:11 [PATCH] powerpc/tools/checkpatch: Ignore DT_SPLIT_BINDING_PATCH Russell Currey
2018-12-04  5:54 ` Andrew Donnellan
2018-12-07 13:06 ` Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).