kernel-doc: fix param matching for array params
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 18 Jun 2009 00:37:47 +0000 (17:37 -0700)
committerSam Ravnborg <sam@ravnborg.org>
Sat, 20 Jun 2009 11:35:01 +0000 (13:35 +0200)
Fix function actual parameter vs. kernel-doc description matching
so that a warning is not printed when it should not be:

Warning(include/linux/etherdevice.h:199): Excess function parameter 'addr' description in 'is_etherdev_addr'

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

No differences found