[Skiboot] [PATCH] [TRIVIAL] phb4: Fix bad whitespace

Russell Currey ruscur at russell.cc
Tue Sep 5 14:59:32 AEST 2017


Cc: Andrew Jeffery <andrew at aj.id.au>
Signed-off-by: Russell Currey <ruscur at russell.cc>
---
 hw/phb4.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/phb4.c b/hw/phb4.c
index a49f9db0..dcc6c8b6 100644
--- a/hw/phb4.c
+++ b/hw/phb4.c
@@ -2046,7 +2046,7 @@ static int64_t phb4_set_pe(struct phb *phb,
 			for (idx = 0; idx < RTT_TABLE_ENTRIES; idx++)
 				p->rte_cache[idx] = pe_number;
 		} else {
-			for ( idx = 0; idx < ARRAY_SIZE(p->rte_cache); idx++)
+			for (idx = 0; idx < ARRAY_SIZE(p->rte_cache); idx++)
 				p->rte_cache[idx] = PHB4_RESERVED_PE_NUM(p);
 		}
 		memcpy((void *)p->tbl_rtt, p->rte_cache, RTT_TABLE_SIZE);
-- 
2.14.1



More information about the Skiboot mailing list