From: Nitin Gupta <nitin.m.gupta@xxxxxxxxxx> Date: Tue, 5 Jan 2016 01:40:11 -0800 > @@ -1374,6 +1367,14 @@ static int __init bootmem_init_numa(void) > numadbg("bootmem_init_numa()\n"); > > if (numa_enabled) { > + int i, j; > + /* Some sane defaults for numa latency values */ > + for (i = 0; i < MAX_NUMNODES; i++) { There needs to be an empty line between local variable declarations and other code. -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html