Commit 5e25c25a authored by Petr Vaněk's avatar Petr Vaněk Committed by Steffen Klassert
Browse files

xfrm: improve wording of comment above XFRM_OFFLOAD flags



I have noticed a few minor wording issues in a comment recently added
above XFRM_OFFLOAD flags in 7c76ecd9 ("xfrm: enforce validity of
offload input flags").

Signed-off-by: default avatarPetr Vaněk <arkamar@atlas.cz>
Signed-off-by: default avatarSteffen Klassert <steffen.klassert@secunet.com>
parent cf746bac
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -511,9 +511,9 @@ struct xfrm_user_offload {
	int				ifindex;
	__u8				flags;
};
/* This flag was exposed without any kernel code that supporting it.
 * Unfortunately, strongswan has the code that uses sets this flag,
 * which makes impossible to reuse this bit.
/* This flag was exposed without any kernel code that supports it.
 * Unfortunately, strongswan has the code that sets this flag,
 * which makes it impossible to reuse this bit.
 *
 * So leave it here to make sure that it won't be reused by mistake.
 */