From 7f6352fa52e57c075caac8e3ef6ec85e01f85e2f Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Fri, 6 Mar 2015 15:59:15 +1100 Subject: trailing whitespace cleanup in p7ioc.c Signed-off-by: Stewart Smith --- hw/p7ioc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hw') diff --git a/hw/p7ioc.c b/hw/p7ioc.c index 5cb9f14..77313d1 100644 --- a/hw/p7ioc.c +++ b/hw/p7ioc.c @@ -596,7 +596,7 @@ static void p7ioc_create_hub(struct dt_node *np) /* Use the BUID extension as ID and add it to device-tree */ id = dt_prop_get_u32(np, "ibm,buid-ext"); - path = dt_get_path(np); + path = dt_get_path(np); printf("P7IOC: Found at %s ID 0x%x\n", path, id); free(path); @@ -659,7 +659,7 @@ static void p7ioc_create_hub(struct dt_node *np) else ioc->phbs[i].state = P7IOC_PHB_STATE_OFF; } - + /* Now, we do the bulk of the inits */ p7ioc_inits(ioc); -- cgit v1.1