Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e788ff13 authored by Linas Vepstas's avatar Linas Vepstas Committed by Paul Mackerras
Browse files

[POWERPC] prom_init whitespace cleanup, typo fix



Whitespace cleanup: badly indented lines.
Typo in comment.

Signed-off-by: default avatarLinas Vepstas <linas@austin.ibm.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent bde6c6e1
Loading
Loading
Loading
Loading
+6 −6
Original line number Original line Diff line number Diff line
@@ -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) &&