On Sat, 30 Dec 2017 16:54:30 -0800
Randy Dunlap wrote:
> > Please check if the enclosed patches fix the issue.
> >
> > Regards,
> > Mauro
> >
>
> Yes, this seems to be working (I am just doing a quick look for now).
>
> Acked-and-Tested-by: Randy Dunlap
I've applied this, thanks.
jon
--
On 12/30/2017 04:32 PM, Mauro Carvalho Chehab wrote:
> Em Sat, 30 Dec 2017 10:38:03 -0800
> Randy Dunlap escreveu:
>
>> Using linux-next-20171222, with its ("new") scripts/kernel-doc, I see
>>
>>> grep -c not.described doc005.out
>> 86
>>
>> but if I use scripts/k
Em Sat, 30 Dec 2017 10:38:03 -0800
Randy Dunlap escreveu:
> Using linux-next-20171222, with its ("new") scripts/kernel-doc, I see
>
> > grep -c not.described doc005.out
> 86
>
> but if I use scripts/kernel-doc from linux-4.15-rc5 (in
> linux-next-201712
On 12/30/2017 05:39 AM, Mauro Carvalho Chehab wrote:
> Em Fri, 29 Dec 2017 20:12:15 -0800
> Randy Dunlap escreveu:
>
>> On 12/29/2017 06:28 PM, Mauro Carvalho Chehab wrote:
>>> Em Fri, 29 Dec 2017 18:17:08 -0800
>>> Randy Dunlap escreveu:
>>>
In linux-next-20171222, this message:
>>
Em Fri, 29 Dec 2017 20:12:15 -0800
Randy Dunlap escreveu:
> On 12/29/2017 06:28 PM, Mauro Carvalho Chehab wrote:
> > Em Fri, 29 Dec 2017 18:17:08 -0800
> > Randy Dunlap escreveu:
> >
> >> In linux-next-20171222, this message:
> >>
> >>print STDERR "${file}:$.: warning:" .
> >>
On 12/29/2017 06:28 PM, Mauro Carvalho Chehab wrote:
> Em Fri, 29 Dec 2017 18:17:08 -0800
> Randy Dunlap escreveu:
>
>> In linux-next-20171222, this message:
>>
>> print STDERR "${file}:$.: warning:" .
>> " No description found for parameter '$param'\n";
>>
>> has roughly/approx
Em Fri, 29 Dec 2017 18:17:08 -0800
Randy Dunlap escreveu:
> In linux-next-20171222, this message:
>
> print STDERR "${file}:$.: warning:" .
> " No description found for parameter '$param'\n";
>
> has roughly/approximately been replaced with:
>
> print STDERR
>
In linux-next-20171222, this message:
print STDERR "${file}:$.: warning:" .
" No description found for parameter '$param'\n";
has roughly/approximately been replaced with:
print STDERR
"${file}:$.: warning: Function parameter or member '$param' not