All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] powerpc/eeh: fix misleading indentation
@ 2016-04-26  5:02 Andrew Donnellan
  2016-04-26  5:19 ` Russell Currey
  2016-04-28 14:22 ` Michael Ellerman
  0 siblings, 2 replies; 3+ messages in thread
From: Andrew Donnellan @ 2016-04-26  5:02 UTC (permalink / raw)
  To: linuxppc-dev

Found by smatch.

Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
---
 arch/powerpc/kernel/eeh_pe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/kernel/eeh_pe.c b/arch/powerpc/kernel/eeh_pe.c
index eea48d8..f0520da 100644
--- a/arch/powerpc/kernel/eeh_pe.c
+++ b/arch/powerpc/kernel/eeh_pe.c
@@ -249,7 +249,7 @@ static void *__eeh_pe_get(void *data, void *flag)
 	} else {
 		if (edev->pe_config_addr &&
 		    (edev->pe_config_addr == pe->addr))
-		return pe;
+			return pe;
 	}
 
 	/* Try BDF address */
-- 
Andrew Donnellan              OzLabs, ADL Canberra
andrew.donnellan@au1.ibm.com  IBM Australia Limited

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

* Re: [PATCH] powerpc/eeh: fix misleading indentation
  2016-04-26  5:02 [PATCH] powerpc/eeh: fix misleading indentation Andrew Donnellan
@ 2016-04-26  5:19 ` Russell Currey
  2016-04-28 14:22 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Russell Currey @ 2016-04-26  5:19 UTC (permalink / raw)
  To: Andrew Donnellan, linuxppc-dev

On Tue, 2016-04-26 at 15:02 +1000, Andrew Donnellan wrote:
> Found by smatch.
> 
> Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>

Acked-by: Russell Currey <ruscur@russell.cc>

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

* Re: powerpc/eeh: fix misleading indentation
  2016-04-26  5:02 [PATCH] powerpc/eeh: fix misleading indentation Andrew Donnellan
  2016-04-26  5:19 ` Russell Currey
@ 2016-04-28 14:22 ` Michael Ellerman
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Ellerman @ 2016-04-28 14:22 UTC (permalink / raw)
  To: Andrew Donnellan, linuxppc-dev

On Tue, 2016-26-04 at 05:02:50 UTC, Andrew Donnellan wrote:
> Found by smatch.
> 
> Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
> Acked-by: Russell Currey <ruscur@russell.cc>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/2d5217840ff1d0cf0f88201a92

cheers

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

end of thread, other threads:[~2016-04-28 14:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-26  5:02 [PATCH] powerpc/eeh: fix misleading indentation Andrew Donnellan
2016-04-26  5:19 ` Russell Currey
2016-04-28 14:22 ` 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.