Skip to content

Commit 54f2f78

Browse files
hormsklassert
authored andcommitted
xfrm: Correct spelling in xfrm.h
Correct spelling in xfrm.h. As reported by codespell. Signed-off-by: Simon Horman <[email protected]> Signed-off-by: Steffen Klassert <[email protected]>
1 parent 6ad8bc9 commit 54f2f78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/net/xfrm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
policy entry has list of up to XFRM_MAX_DEPTH transformations,
8080
described by templates xfrm_tmpl. Each template is resolved
8181
to a complete xfrm_state (see below) and we pack bundle of transformations
82-
to a dst_entry returned to requestor.
82+
to a dst_entry returned to requester.
8383
8484
dst -. xfrm .-> xfrm_state #1
8585
|---. child .-> dst -. xfrm .-> xfrm_state #2
@@ -1016,7 +1016,7 @@ void xfrm_dst_ifdown(struct dst_entry *dst, struct net_device *dev);
10161016

10171017
struct xfrm_if_parms {
10181018
int link; /* ifindex of underlying L2 interface */
1019-
u32 if_id; /* interface identifyer */
1019+
u32 if_id; /* interface identifier */
10201020
bool collect_md;
10211021
};
10221022

0 commit comments

Comments
 (0)