kernel-doc: check for extra kernel-doc notations
authorRandy Dunlap <randy.dunlap@oracle.com>
Fri, 19 Dec 2008 16:49:30 +0000 (08:49 -0800)
committerSam Ravnborg <sam@ravnborg.org>
Fri, 19 Dec 2008 17:27:19 +0000 (18:27 +0100)
Add functionality to check for function parameters or structure (or
union/typedef/enum) field members that are described in kernel-doc but
are not part of the expected (declared) parameters or structure.
These generate warnings that are called "Excess" descriptions.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

No differences found