Re: [RFC PATCH 1/3] kernel-doc: better parsing of named variable arguments

2016-10-17 Thread S. Fricke
Hi Jani, thanks for your review. > On Sun, 16 Oct 2016, Silvio Fricke wrote: > > Without this patch we get warnings for named variable arguments. > > > > warning: No description found for parameter '...' > > warning: Excess function parameter 'args' description

Re: [RFC PATCH 1/3] kernel-doc: better parsing of named variable arguments

2016-10-17 Thread Jani Nikula
On Sun, 16 Oct 2016, Silvio Fricke wrote: > Without this patch we get warnings for named variable arguments. > > warning: No description found for parameter '...' > warning: Excess function parameter 'args' description in > 'alloc_ordered_workqueue' > >

[RFC PATCH 1/3] kernel-doc: better parsing of named variable arguments

2016-10-16 Thread Silvio Fricke
Without this patch we get warnings for named variable arguments. warning: No description found for parameter '...' warning: Excess function parameter 'args' description in 'alloc_ordered_workqueue' Signed-off-by: Silvio Fricke --- scripts/kernel-doc | 9