Re: [PATCH x86/mm] x86-64, NUMA: Fix distance table handling

From: Ingo Molnar
Date: Wed Mar 02 2011 - 05:07:42 EST



* Tejun Heo <tj@xxxxxxxxxx> wrote:

> + size_t size = numa_distance_cnt * numa_distance_cnt *
> + sizeof(numa_distance[0]);

> + memblock_x86_reserve_range(phys, phys + phys_size,
> + "TMP NUMA DIST");

> + memblock_x86_free_range(__pa(phys_dist),
> + __pa(phys_dist) + phys_size);

These silly linebreaks are really annoying. Please ignore checkpatch when the
solution makes the result so much uglier. Having line width up to 90-95 is still
fine.

Thanks,

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/