Re: scripts/kernel-doc: no warning or error on lots of missing function parameters

2018-01-01 Thread Jonathan Corbet
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 --

Re: scripts/kernel-doc: no warning or error on lots of missing function parameters

2017-12-30 Thread Randy Dunlap
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

Re: scripts/kernel-doc: no warning or error on lots of missing function parameters

2017-12-30 Thread Mauro Carvalho Chehab
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

Re: scripts/kernel-doc: no warning or error on lots of missing function parameters

2017-12-30 Thread Randy Dunlap
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: >>

Re: scripts/kernel-doc: no warning or error on lots of missing function parameters

2017-12-30 Thread Mauro Carvalho Chehab
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:" . > >>

Re: scripts/kernel-doc: no warning or error on lots of missing function parameters

2017-12-29 Thread Randy Dunlap
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

Re: scripts/kernel-doc: no warning or error on lots of missing function parameters

2017-12-29 Thread Mauro Carvalho Chehab
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 >

scripts/kernel-doc: no warning or error on lots of missing function parameters

2017-12-29 Thread Randy Dunlap
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