[PATCH 13/14] netfilter: cleanup struct nft_object_ops

From: George Guo
Date: Tue Dec 26 2023 - 04:47:58 EST


From: George Guo <guodongtai@xxxxxxxxxx>

Add comment for type in struct nft_object_ops.

Signed-off-by: George Guo <guodongtai@xxxxxxxxxx>
---
include/net/netfilter/nf_tables.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/include/net/netfilter/nf_tables.h b/include/net/netfilter/nf_tables.h
index dab1727f3487..505128d10073 100644
--- a/include/net/netfilter/nf_tables.h
+++ b/include/net/netfilter/nf_tables.h
@@ -1373,6 +1373,7 @@ struct nft_object_type {
* @destroy: release existing stateful object
* @dump: netlink dump stateful object
* @update: update stateful object
+ * @type: pointer to object type
*/
struct nft_object_ops {
void (*eval)(struct nft_object *obj,
--
2.39.2