From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965295Ab1GOJK7 (ORCPT ); Fri, 15 Jul 2011 05:10:59 -0400 Received: from mail-iw0-f174.google.com ([209.85.214.174]:43836 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964982Ab1GOJK6 (ORCPT ); Fri, 15 Jul 2011 05:10:58 -0400 Date: Fri, 15 Jul 2011 17:10:39 +0800 From: Harry Wei To: Arne Jansen Cc: linux-kernel@vger.kernel.org, harryxiyou@gmail.com, kongjianjun@gmail.com, greg@kroah.com, joe@perches.com, rdunlap@xenotime.net Subject: Re: [RFC]Question about codes comments Message-ID: <20110715091036.GA4784@gmail.com> Mail-Followup-To: Arne Jansen , linux-kernel@vger.kernel.org, harryxiyou@gmail.com, kongjianjun@gmail.com, greg@kroah.com, joe@perches.com, rdunlap@xenotime.net References: <20110715034745.GA3771@gmail.com> <4E1FC808.4070802@die-jansens.de> MIME-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Disposition: inline In-Reply-To: <4E1FC808.4070802@die-jansens.de> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 15, 2011 at 06:54:32AM +0200, Arne Jansen wrote: > On 15.07.2011 05:47, Harry Wei wrote: > 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. Hmmm.., i see. In this way, we can help to finish the jobs which have not been accomplished. Thanks Harry Wei