Re: kernel-doc : possible fix for non-fatal perl errors when parsing some function pointers

2008-02-16 Thread Richard Kennedy
On Fri, 2008-02-15 at 14:46 -0800, Randy Dunlap wrote: > On Fri, 15 Feb 2008 17:42:24 + Richard Kennedy wrote: > > > > > On Fri, 2008-02-15 at 09:21 -0800, Randy Dunlap wrote: > > > On Fri, 15 Feb 2008 17:13:12 + Richard Kennedy wrote: > > > > > > > When running "make htmldocs" I'm seei

Re: kernel-doc : possible fix for non-fatal perl errors when parsing some function pointers

2008-02-15 Thread Randy Dunlap
On Fri, 15 Feb 2008 17:42:24 + Richard Kennedy wrote: > > On Fri, 2008-02-15 at 09:21 -0800, Randy Dunlap wrote: > > On Fri, 15 Feb 2008 17:13:12 + Richard Kennedy wrote: > > > > > When running "make htmldocs" I'm seeing some non-fatal perl errors > > > caused by trying to parse the call

Re: kernel-doc : possible fix for non-fatal perl errors when parsing some function pointers

2008-02-15 Thread Richard Kennedy
On Fri, 2008-02-15 at 09:44 -0800, Randy Dunlap wrote: > On Fri, 15 Feb 2008 09:21:54 -0800 Randy Dunlap wrote: > > > On Fri, 15 Feb 2008 17:13:12 + Richard Kennedy wrote: > > > > > When running "make htmldocs" I'm seeing some non-fatal perl errors > > > caused by trying to parse the callbac

Re: kernel-doc : possible fix for non-fatal perl errors when parsing some function pointers

2008-02-15 Thread Randy Dunlap
On Fri, 15 Feb 2008 09:44:37 -0800 Randy Dunlap wrote: > On Fri, 15 Feb 2008 09:21:54 -0800 Randy Dunlap wrote: > > > On Fri, 15 Feb 2008 17:13:12 + Richard Kennedy wrote: > > > > > When running "make htmldocs" I'm seeing some non-fatal perl errors > > > caused by trying to parse the callbac

Re: kernel-doc : possible fix for non-fatal perl errors when parsing some function pointers

2008-02-15 Thread Richard Kennedy
On Fri, 2008-02-15 at 09:21 -0800, Randy Dunlap wrote: > On Fri, 15 Feb 2008 17:13:12 + 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,

Re: kernel-doc : possible fix for non-fatal perl errors when parsing some function pointers

2008-02-15 Thread Randy Dunlap
On Fri, 15 Feb 2008 09:21:54 -0800 Randy Dunlap wrote: > On Fri, 15 Feb 2008 17:13:12 + 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. > > > > The errors are "U

kernel-doc : possible fix for non-fatal perl errors when parsing some function pointers

2008-02-15 Thread Richard Kennedy
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. The errors are "Use of uninitialized value in concatenation (.)..." The function pointers are defined without a * i.e. int (drv_callback)(struct request *

Re: kernel-doc : possible fix for non-fatal perl errors when parsing some function pointers

2008-02-15 Thread Randy Dunlap
On Fri, 15 Feb 2008 17:13:12 + 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. > > The errors are "Use of uninitialized value in concatenation (.)..." > > The function p