Commit 57347d58 authored by caivive (Weibiao Tu)'s avatar caivive (Weibiao Tu) Committed by Florian Westphal
Browse files

netfilter: fix typo in nf_conntrack_l4proto.h comment



In the comment for nf_conntrack_l4proto.h, the word "nfnetink" was
incorrectly spelled. It has been corrected to "nfnetlink".

Fixes a typo to enhance readability and ensure consistency.

Signed-off-by: default avatarcaivive (Weibiao Tu) <cavivie@gmail.com>
Signed-off-by: default avatarFlorian Westphal <fw@strlen.de>
parent 2b749f25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ struct nf_conntrack_l4proto {
	/* called by gc worker if table is full */
	bool (*can_early_drop)(const struct nf_conn *ct);

	/* convert protoinfo to nfnetink attributes */
	/* convert protoinfo to nfnetlink attributes */
	int (*to_nlattr)(struct sk_buff *skb, struct nlattr *nla,
			 struct nf_conn *ct, bool destroy);