lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20231007102528.1544295-1-dongtai.guo@linux.dev> Date: Sat, 7 Oct 2023 18:25:28 +0800 From: George Guo <dongtai.guo@...ux.dev> To: pablo@...filter.org, kadlec@...filter.org, fw@...len.de, davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com Cc: netfilter-devel@...r.kernel.org, coreteam@...filter.org, netdev@...r.kernel.org, linux-kernel@...r.kernel.org, George Guo <guodongtai@...inos.cn> Subject: [PATCH] netfilter: remove inaccurate code comments from struct nft_table From: George Guo <guodongtai@...inos.cn> afinfo is no longer a member of struct nft_table, so remove the comment for it. Signed-off-by: George Guo <guodongtai@...inos.cn> --- include/net/netfilter/nf_tables.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/net/netfilter/nf_tables.h b/include/net/netfilter/nf_tables.h index dd40c75011d2..acbb18c212e9 100644 --- a/include/net/netfilter/nf_tables.h +++ b/include/net/netfilter/nf_tables.h @@ -1200,7 +1200,6 @@ static inline void nft_use_inc_restore(u32 *use) * @use: number of chain references to this table * @flags: table flag (see enum nft_table_flags) * @genmask: generation mask - * @afinfo: address family info * @name: name of the table * @validate_state: internal, set when transaction adds jumps */ -- 2.34.1
Powered by blists - more mailing lists