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

Commit 3aa88cdf authored by Carlos R. Mafra's avatar Carlos R. Mafra Committed by Ingo Molnar
Browse files

x86: clean up k8topology.c



This patch fixes all errors pointed out by checkpatch.pl.

                                      errors   lines of code   errors/KLOC
arch/x86/mm/k8topology_64.c (before)      72             185         389.1
arch/x86/mm/k8topology_64.c (after)        0             185             0

No code changed.

   text    data     bss     dec     hex filename
   1506       0       0    1506     5e2 k8topology_64.o.after
   1506       0       0    1506     5e2 k8topology_64.o.before

md5sum:

   f9f48331a7eca4fc60d2a03369dc5f53  k8topology_64.o.after
   f9f48331a7eca4fc60d2a03369dc5f53  k8topology_64.o.before

Signed-off-by: default avatarCarlos R. Mafra <crmafra@gmail.com>

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent ff8a03a6
Loading
Loading
Loading
Loading
+72 −72
Original line number Diff line number Diff line
@@ -92,8 +92,8 @@ int __init k8_scan_nodes(unsigned long start, unsigned long end)
		}

		if (!limit) {
			printk(KERN_INFO "Skipping node entry %d (base %lx)\n", i,
			       base);
			printk(KERN_INFO "Skipping node entry %d (base %lx)\n",
			       i, base);
			continue;
		}
		if ((base >> 8) & 3 || (limit >> 8) & 3) {