[OpenBIOS] [PATCH 2/2] CIF: Adjust debug output for return values of unhandled method

Andreas Färber andreas.faerber at web.de
Sun Sep 26 13:37:50 CEST 2010


Prettify the whitespace placement.

Signed-off-by: Andreas Färber <andreas.faerber at web.de>
---
 libopenbios/client.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libopenbios/client.c b/libopenbios/client.c
index 4c43a99..16e4323 100644
--- a/libopenbios/client.c
+++ b/libopenbios/client.c
@@ -220,7 +220,7 @@ static void dump_return(prom_args_t *pb)
 	} else {
 		printk("of_client_interface return:");
 		for (i = 0; i < pb->nret; i++) {
-			printk("%lx ", pb->args[pb->nargs + i]);
+			printk(" %lx", pb->args[pb->nargs + i]);
 		}
 		printk("\n");
 	}
-- 
1.7.3




More information about the OpenBIOS mailing list