On Thu, Jun 22, 2023 at 11:11:01PM -0700, Randy Dunlap wrote: > kernel-doc does not support DECLARE_PER_CPU(), so don't mark it with > kernel-doc notation. > > One comment block is not kernel-doc notation, so just use > "/*" to begin the comment. > > Quietens these warnings: > > netfilter.h:493: warning: Function parameter or member 'bool' not described in 'DECLARE_PER_CPU' > netfilter.h:493: warning: Function parameter or member 'nf_skb_duplicated' not described in 'DECLARE_PER_CPU' > netfilter.h:493: warning: expecting prototype for nf_skb_duplicated(). Prototype was for DECLARE_PER_CPU() instead > netfilter.h:496: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst > * Contains bitmask of ctnetlink event subscribers, if any. Applied to nf.git, thanks