]> git.baikalelectronics.ru Git - kernel.git/commit
scripts/kernel-doc: handle DECLARE_HASHTABLE
authorJakub Kicinski <jakub.kicinski@netronome.com>
Sat, 1 Jul 2017 02:09:59 +0000 (19:09 -0700)
committerJonathan Corbet <corbet@lwn.net>
Mon, 3 Jul 2017 12:57:09 +0000 (06:57 -0600)
commit94d5d5c308ad0450364ad47c2a239a7867ad67db
tree6ee8a89fbf9c1cb4f1df3a2242d68025240b7b26
parentd1fda5ae0109503d0b160b1bb6a228e44d0e75c1
scripts/kernel-doc: handle DECLARE_HASHTABLE

DECLARE_HASHTABLE needs similar handling to DECLARE_BITMAP
because otherwise kernel-doc assumes the member name is the
second, not first macro parameter.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
scripts/kernel-doc