]> git.hungrycats.org Git - linux/commit
kdoc: xforms_lists: handle DECLARE_PER_CPU() in kernel-doc
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 14 Jun 2026 05:24:52 +0000 (22:24 -0700)
committerJonathan Corbet <corbet@lwn.net>
Tue, 23 Jun 2026 20:37:25 +0000 (14:37 -0600)
commitda5e67d0e18a935a4d9a3d2732c9546fd29ad3b1
tree68384d1e55a036535c6133c720856857577241ed
parent5cee93f6679140857d21561bdc14011bd574e4fc
kdoc: xforms_lists: handle DECLARE_PER_CPU() in kernel-doc

Add support for DECLARE_PER_CPU() as a var (variable) as used in
<linux/netfilter/x_tables.h>.

Warning: include/linux/netfilter/x_tables.h:345 function parameter 'seqcount_t' not described in 'DECLARE_PER_CPU'
Warning: include/linux/netfilter/x_tables.h:345 function parameter 'xt_recseq' not described in 'DECLARE_PER_CPU'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260614052452.1557987-1-rdunlap@infradead.org>
tools/lib/python/kdoc/xforms_lists.py