[POWERPC] prom_init whitespace cleanup, typo fix
Whitespace cleanup: badly indented lines. Typo in comment. Signed-off-by: Linas Vepstas <linas@austin.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
bde6c6e16a
commit
e788ff13be
|
@ -1199,7 +1199,7 @@ static void __init prom_initialize_tce_table(void)
|
||||||
if ((type[0] == 0) || (strstr(type, RELOC("pci")) == NULL))
|
if ((type[0] == 0) || (strstr(type, RELOC("pci")) == NULL))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
/* Keep the old logic in tack to avoid regression. */
|
/* Keep the old logic intact to avoid regression. */
|
||||||
if (compatible[0] != 0) {
|
if (compatible[0] != 0) {
|
||||||
if ((strstr(compatible, RELOC("python")) == NULL) &&
|
if ((strstr(compatible, RELOC("python")) == NULL) &&
|
||||||
(strstr(compatible, RELOC("Speedwagon")) == NULL) &&
|
(strstr(compatible, RELOC("Speedwagon")) == NULL) &&
|
||||||
|
|
Loading…
Reference in New Issue