]> 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)
commit5d539b9d30da559435ef073c2729bcd49ca30a78
tree6ee8a89fbf9c1cb4f1df3a2242d68025240b7b26
parent27d15f5db083cf7029a0104a9a6fbdebb1efd3b6
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