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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 described in '$declaration_name'\n";


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-20171222), I see

> grep -c No.description.found doc006.out
305


This is not good.

-- 
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux