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

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: caivive (Weibiao Tu) <cavivie@gmail.com>
Signed-off-by: Florian Westphal <fw@strlen.de>

authored by

caivive (Weibiao Tu) and committed by
Florian Westphal
57347d58 2b749f25

+1 -1
+1 -1
include/net/netfilter/nf_conntrack_l4proto.h
··· 30 30 /* called by gc worker if table is full */ 31 31 bool (*can_early_drop)(const struct nf_conn *ct); 32 32 33 - /* convert protoinfo to nfnetink attributes */ 33 + /* convert protoinfo to nfnetlink attributes */ 34 34 int (*to_nlattr)(struct sk_buff *skb, struct nlattr *nla, 35 35 struct nf_conn *ct, bool destroy); 36 36