Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756253AbYBPLC6 (ORCPT ); Sat, 16 Feb 2008 06:02:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751966AbYBPLCv (ORCPT ); Sat, 16 Feb 2008 06:02:51 -0500 Received: from anchor-post-30.mail.demon.net ([194.217.242.88]:3926 "EHLO anchor-post-30.mail.demon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751522AbYBPLCu (ORCPT ); Sat, 16 Feb 2008 06:02:50 -0500 Subject: Re: kernel-doc : possible fix for non-fatal perl errors when parsing some function pointers From: Richard Kennedy To: Randy Dunlap Cc: lkml In-Reply-To: <20080215144636.aeef1837.rdunlap@xenotime.net> References: <1203095592.2929.54.camel@castor.localdomain> <20080215092154.4a8cbba7.rdunlap@xenotime.net> <1203097344.2929.63.camel@castor.localdomain> <20080215144636.aeef1837.rdunlap@xenotime.net> Content-Type: text/plain Date: Sat, 16 Feb 2008 11:02:48 +0000 Message-Id: <1203159768.2915.0.camel@castor.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-1.fc8) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1618 Lines: 50 On Fri, 2008-02-15 at 14:46 -0800, Randy Dunlap wrote: > On Fri, 15 Feb 2008 17:42:24 +0000 Richard Kennedy wrote: > > > > > On Fri, 2008-02-15 at 09:21 -0800, Randy Dunlap wrote: > > > On Fri, 15 Feb 2008 17:13:12 +0000 Richard Kennedy wrote: > > > > > > > When running "make htmldocs" I'm seeing some non-fatal perl errors > > > > caused by trying to parse the callback function definitions in > > > > blk-core.c. > > > > > > > > > > > > > > Hi Richard, > > > Thanks for the patch. I was planning to look into this problem > > > this weekend. > > > > > > I think that changing scripts/kernel-doc to accept the current > > > kernel source tree usage is the right thing to do, even if the > > > block/blk code is a bit different. I'll test it a bit and then > > > push it. > > > > > > I appreciate the patch. > > > > > No problem. > > > > I have given the patch some testing, and the output xml is the same > > except for the blk_end_request_callback entry. > > > > But I wonder if it should change to this :- > > > > > - $type =~ s/([^\(]+\(\*)$param/$1/; > > > + $type =~ s/([^\(]+\(\*?)\s*$param/$1/; > > > > just in case there is some stray whitespace in there. > > That should be OK, so I changed that line. > > Can I get a Signed-off-by: from you, please? > > Thanks, > --- Signed-off-by: Richard Kennedy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/