From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932522AbZHLKs3 (ORCPT ); Wed, 12 Aug 2009 06:48:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932468AbZHLKs2 (ORCPT ); Wed, 12 Aug 2009 06:48:28 -0400 Received: from casper.infradead.org ([85.118.1.10]:54749 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932260AbZHLKs2 (ORCPT ); Wed, 12 Aug 2009 06:48:28 -0400 Subject: Re: [PATCH] Add kerneldoc for flush_scheduled_work() From: Peter Zijlstra To: Ingo Molnar Cc: Alan Stern , Andrew Morton , James Bottomley , Kernel development list , Randy Dunlap In-Reply-To: <20090812094119.GC14734@elte.hu> References: <20090812094119.GC14734@elte.hu> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 12 Aug 2009 12:47:50 +0200 Message-Id: <1250074070.10001.33.camel@twins> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2009-08-12 at 11:41 +0200, Ingo Molnar wrote: > * Alan Stern wrote: > > > This patch (as1279) adds kerneldoc for flush_scheduled_work() > > containing a stern warning that the function should be avoided. > > > > Signed-off-by: Alan Stern > > > > +/** > > + * flush_scheduled_work - ensure that all work scheduled on keventd_wq has run to completion. > > + */ > > Looks good - a small nit: please use proper/consistent line length, > something like: > > /** > * flush_scheduled_work - ensure that all work scheduled on > * keventd_wq has run to completion > * > */ And here I was thinking kerneldoc doesn't actually work like that, but perhaps Randy fixed it so the initial description can line-wrap?