Commit 26b271be authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] ppc32: some whitespace fixes

From: Paul Mackerras <paulus@samba.org>

This patch does nothing but fix up whitespace in three files in arch/ppc.
It deletes trailing blanks and tabs in several places and joins two lines
that didn't need to be split.
parent ea8b94ab
...@@ -800,8 +800,7 @@ prom_init(int r3, int r4, prom_entry pp) ...@@ -800,8 +800,7 @@ prom_init(int r3, int r4, prom_entry pp)
/* First get a handle for the stdout device */ /* First get a handle for the stdout device */
prom = pp; prom = pp;
prom_chosen = call_prom("finddevice", 1, 1, prom_chosen = call_prom("finddevice", 1, 1, "/chosen");
"/chosen");
if (prom_chosen == (void *)-1) if (prom_chosen == (void *)-1)
prom_exit(); prom_exit();
if ((int) call_prom("getprop", 4, 1, prom_chosen, if ((int) call_prom("getprop", 4, 1, prom_chosen,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment