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)
commite34e7dbb35474ffc75f639eca64a18a15f4f8688
tree6e820754c6b5e22d8dbea1ad0bcc7af7cef6fd43
parentb2fd6dbf25cba7d904b62b81639bca8678c901fa
kernel-doc: fix param matching for array params

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>
scripts/kernel-doc