[PATCH nf-next v2 0/3] netfilter: fix typos in comments

From: Hemanth Selam

Date: Mon Sep 07 2026 - 06:00:37 EST


Three comment typos under netfilter, split one per component. Found with scripts/checkpatch.pl using the
misspelling list in scripts/spelling.txt. Comments only, no code
changes.

v1 went out with a bare [PATCH] and a "net:" subject prefix. As
maintainer-netdev.rst asks, v2 designates the patches to a tree, and
each subject now names the component it touches instead of "net:". The
series is rebased onto that tree; the diff is unchanged.

v1: https://lore.kernel.org/all/20260907064239.39910-1-hemanth.selam@xxxxxxxxx/


Hemanth Selam (3):
netfilter: arp_tables: fix typo "alignement" in comment
netfilter: ipset: fix typo "artifical" in comment
selftests: netfilter: fix typo "adress" in comment

net/ipv4/netfilter/arp_tables.c | 2 +-
net/netfilter/ipset/ip_set_core.c | 2 +-
tools/testing/selftests/net/netfilter/conntrack_icmp_related.sh | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)