From: Simon Horman Date: Wed, 21 Aug 2024 15:30:13 +0000 (+0100) Subject: xfrm: Correct spelling in xfrm.h X-Git-Tag: v6.12-rc1~232^2~45^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54f2f78d6b9f1f90e91aaf5dbb34a6198f65fdfd;p=thirdparty%2Fkernel%2Flinux.git xfrm: Correct spelling in xfrm.h Correct spelling in xfrm.h. As reported by codespell. Signed-off-by: Simon Horman Signed-off-by: Steffen Klassert --- diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 54cef89f6c1ec..f7244ac4fa086 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h @@ -79,7 +79,7 @@ policy entry has list of up to XFRM_MAX_DEPTH transformations, described by templates xfrm_tmpl. Each template is resolved to a complete xfrm_state (see below) and we pack bundle of transformations - to a dst_entry returned to requestor. + to a dst_entry returned to requester. dst -. xfrm .-> xfrm_state #1 |---. child .-> dst -. xfrm .-> xfrm_state #2 @@ -1016,7 +1016,7 @@ void xfrm_dst_ifdown(struct dst_entry *dst, struct net_device *dev); struct xfrm_if_parms { int link; /* ifindex of underlying L2 interface */ - u32 if_id; /* interface identifyer */ + u32 if_id; /* interface identifier */ bool collect_md; };