[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4E1FC808.4070802@die-jansens.de>
Date: Fri, 15 Jul 2011 06:54:32 +0200
From: Arne Jansen <lists@...-jansens.de>
To: linux-kernel@...r.kernel.org, greg@...ah.com, joe@...ches.com,
rdunlap@...otime.net, kongjianjun@...il.com
Subject: Re: [RFC]Question about codes comments
On 15.07.2011 05:47, Harry Wei wrote:
> Hi all,
> When i read the kernel codes, i always find the code comments with
> /* XXX ..... */. The 'XXX' turns to be colourful. It is with croci.
> I don't know the meaning of 'XXX'? Can anyone tell me?
It is just a marker that there's still some work to do, like
FIXME, TODO, and HERE. Normally you set this marker
to be able to find all those places easily by a simple search.
The marker should at least be accompanied by an explanatory
text.
>
> Thanks in advance
> Harry Wei
> --
--
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