All of lore.kernel.org
 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

* Re: [PATCH] powerpc/tools/checkpatch: Ignore DT_SPLIT_BINDING_PATCH
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Donnellan @ 2018-12-04  5:54 UTC (permalink / raw)
  To: Russell Currey, linuxppc-dev

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 <ruscur@russell.cc>

Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>

> ---
>   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


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

* Re: powerpc/tools/checkpatch: Ignore DT_SPLIT_BINDING_PATCH
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Ellerman @ 2018-12-07 13:06 UTC (permalink / raw)
  To: Russell Currey, linuxppc-dev; +Cc: andrew.donnellan

On Tue, 2018-12-04 at 05:11:54 UTC, 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 <ruscur@russell.cc>
> Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/afa202b6bd307f6a2e682c59e392f8

cheers

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.