[PATCH] powerpc/tools/checkpatch: Ignore DT_SPLIT_BINDING_PATCH
Subsystems:
linux for powerpc (32-bit and 64-bit) , the rest
STALE2795d
3 messages,
3 authors,
2018-12-07
· open the first message on its own page
From what I've seen, every time this warning comes up it's bogus,
so let's ignore it.
Signed-off-by: Russell Currey <redacted>
---
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
On 4/12/18 4:11 pm, Russell Currey wrote: From what I've seen, every time this warning comes up it's bogus,
so let's ignore it.
Signed-off-by: Russell Currey <redacted>
Reviewed-by: Andrew Donnellan <redacted>
quoted hunk ---
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 \
$@
--
Andrew Donnellan OzLabs, ADL Canberra
andrew.donnellan@au1.ibm.com IBM Australia Limited
On Tue, 2018-12-04 at 05:11:54 UTC, Russell Currey wrote: quoted From what I've seen, every time this warning comes up it's bogus, so let's ignore it.
Signed-off-by: Russell Currey <redacted>
Reviewed-by: Andrew Donnellan <redacted>
Applied to powerpc next, thanks.
https://git.kernel.org/powerpc/c/afa202b6bd307f6a2e682c59e392f8
cheers