Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

netfilter: ip6t_srh: fix UAPI kernel-doc comments format

Fix the kernel-doc format for struct members to be "@member" instead of
"@ member" to avoid kernel-doc warnings.

Warning: ip6t_srh.h:60 struct member 'next_hdr' not described in 'ip6t_srh'
Warning: ip6t_srh.h:60 struct member 'hdr_len' not described in 'ip6t_srh'
Warning: ip6t_srh.h:60 struct member 'segs_left' not described
in 'ip6t_srh'
Warning: ip6t_srh.h:60 struct member 'last_entry' not described
in 'ip6t_srh'
Warning: ip6t_srh.h:60 struct member 'tag' not described in 'ip6t_srh'
Warning: ip6t_srh.h:60 struct member 'mt_flags' not described in 'ip6t_srh'
Warning: ip6t_srh.h:60 struct member 'mt_invflags' not described
in 'ip6t_srh'
Warning: ip6t_srh.h:93 struct member 'next_hdr' not described
in 'ip6t_srh1'
Warning: ip6t_srh.h:93 struct member 'hdr_len' not described in 'ip6t_srh1'
Warning: ip6t_srh.h:93 struct member 'segs_left' not described
in 'ip6t_srh1'
Warning: ip6t_srh.h:93 struct member 'last_entry' not described
in 'ip6t_srh1'
Warning: ip6t_srh.h:93 struct member 'tag' not described in 'ip6t_srh1'
Warning: ip6t_srh.h:93 struct member 'psid_addr' not described
in 'ip6t_srh1'
Warning: ip6t_srh.h:93 struct member 'nsid_addr' not described
in 'ip6t_srh1'
Warning: ip6t_srh.h:93 struct member 'lsid_addr' not described
in 'ip6t_srh1'
Warning: ip6t_srh.h:93 struct member 'psid_msk' not described
in 'ip6t_srh1'
Warning: ip6t_srh.h:93 struct member 'nsid_msk' not described
in 'ip6t_srh1'
Warning: ip6t_srh.h:93 struct member 'lsid_msk' not described
in 'ip6t_srh1'
Warning: ip6t_srh.h:93 struct member 'mt_flags' not described
in 'ip6t_srh1'
Warning: ip6t_srh.h:93 struct member 'mt_invflags' not described
in 'ip6t_srh1'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

authored by

Randy Dunlap and committed by
Pablo Neira Ayuso
c4f0ab06 c0bd2168

+20 -20
+20 -20
include/uapi/linux/netfilter_ipv6/ip6t_srh.h
··· 41 41 42 42 /** 43 43 * struct ip6t_srh - SRH match options 44 - * @ next_hdr: Next header field of SRH 45 - * @ hdr_len: Extension header length field of SRH 46 - * @ segs_left: Segments left field of SRH 47 - * @ last_entry: Last entry field of SRH 48 - * @ tag: Tag field of SRH 49 - * @ mt_flags: match options 50 - * @ mt_invflags: Invert the sense of match options 44 + * @next_hdr: Next header field of SRH 45 + * @hdr_len: Extension header length field of SRH 46 + * @segs_left: Segments left field of SRH 47 + * @last_entry: Last entry field of SRH 48 + * @tag: Tag field of SRH 49 + * @mt_flags: match options 50 + * @mt_invflags: Invert the sense of match options 51 51 */ 52 52 53 53 struct ip6t_srh { ··· 62 62 63 63 /** 64 64 * struct ip6t_srh1 - SRH match options (revision 1) 65 - * @ next_hdr: Next header field of SRH 66 - * @ hdr_len: Extension header length field of SRH 67 - * @ segs_left: Segments left field of SRH 68 - * @ last_entry: Last entry field of SRH 69 - * @ tag: Tag field of SRH 70 - * @ psid_addr: Address of previous SID in SRH SID list 71 - * @ nsid_addr: Address of NEXT SID in SRH SID list 72 - * @ lsid_addr: Address of LAST SID in SRH SID list 73 - * @ psid_msk: Mask of previous SID in SRH SID list 74 - * @ nsid_msk: Mask of next SID in SRH SID list 75 - * @ lsid_msk: MAsk of last SID in SRH SID list 76 - * @ mt_flags: match options 77 - * @ mt_invflags: Invert the sense of match options 65 + * @next_hdr: Next header field of SRH 66 + * @hdr_len: Extension header length field of SRH 67 + * @segs_left: Segments left field of SRH 68 + * @last_entry: Last entry field of SRH 69 + * @tag: Tag field of SRH 70 + * @psid_addr: Address of previous SID in SRH SID list 71 + * @nsid_addr: Address of NEXT SID in SRH SID list 72 + * @lsid_addr: Address of LAST SID in SRH SID list 73 + * @psid_msk: Mask of previous SID in SRH SID list 74 + * @nsid_msk: Mask of next SID in SRH SID list 75 + * @lsid_msk: MAsk of last SID in SRH SID list 76 + * @mt_flags: match options 77 + * @mt_invflags: Invert the sense of match options 78 78 */ 79 79 80 80 struct ip6t_srh1 {