docs: ignore __counted_by attribute in structure definitions
authorJonathan Corbet <corbet@lwn.net>
Tue, 19 Dec 2023 00:18:08 +0000 (17:18 -0700)
committerJonathan Corbet <corbet@lwn.net>
Tue, 19 Dec 2023 00:18:08 +0000 (17:18 -0700)
commitf600c77aeaff6e59806d7eef9ac269a7c1a6d817
tree1ce7505af6b2a352d8449f784836d9b37a763944
parent0c3ebff535956d2718594dc90aa9cc87521ec9fd
docs: ignore __counted_by attribute in structure definitions

kernel-doc appeared to ignore __counted_by, but appearances can be
deceiving; it caused member names to not be recognized, which manifested as
a number of spurious "Excess struct member" warnings.  Filter that
attribute out and reduce the warning onslaught slightly.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
scripts/kernel-doc