scripts/kernel-doc: handle DECLARE_HASHTABLE
authorJakub Kicinski <[email protected]>
Sat, 1 Jul 2017 02:09:59 +0000 (19:09 -0700)
committerJonathan Corbet <[email protected]>
Mon, 3 Jul 2017 12:57:09 +0000 (06:57 -0600)
commit1cb566ba5634d7593b8b2a0a5c83f1c9e14b2e09
tree6ee8a89fbf9c1cb4f1df3a2242d68025240b7b26
parentf5620df7e395465f4eee6c187a4f956b7100b794
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 <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
scripts/kernel-doc