[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <45FAE46F.7080009@goop.org>
Date: Fri, 16 Mar 2007 11:39:43 -0700
From: Jeremy Fitzhardinge <jeremy@...p.org>
To: Ingo Molnar <mingo@...e.hu>
CC: Andi Kleen <ak@....de>, Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, virtualization@...ts.osdl.org,
xen-devel@...ts.xensource.com, Chris Wright <chrisw@...s-sol.org>,
Zachary Amsden <zach@...are.com>,
Rusty Russell <rusty@...tcorp.com.au>,
William Lee Irwin III <wli@...omorphy.com>
Subject: Re: [patch 05/26] Xen-paravirt_ops: paravirt_ops: hooks to set up
initial pagetable
Ingo Molnar wrote:
>> + /* Make sure kernel address space is empty so that a pagetable
>> + will be allocated for it. */
>>
>
> comment style.
>
As you've noticed its a comment style I use quite often. I use it for
what's essentially a little local comment, rather than a block comment
which really needs to draw attention to itself. In this case, I think using
/*
* Make sure kernel address space is empty so that a pagetable
* will be allocated for it.
*/
is just too loud for what its trying to say. If // comments were deemed
acceptable, I'd probably use them here instead.
J
-
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