[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110302100727.GA24692@elte.hu>
Date: Wed, 2 Mar 2011 11:07:27 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Tejun Heo <tj@...nel.org>
Cc: David Rientjes <rientjes@...gle.com>,
Yinghai Lu <yinghai@...nel.org>, tglx@...utronix.de,
"H. Peter Anvin" <hpa@...or.com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH x86/mm] x86-64, NUMA: Fix distance table handling
* Tejun Heo <tj@...nel.org> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists