From: Petr Vaněk Date: Thu, 30 Jun 2022 14:27:20 +0000 (+0200) Subject: xfrm: improve wording of comment above XFRM_OFFLOAD flags X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5e25c25aa2c08fb9a79476e029c0b1e3dcd70566;p=linux.git 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 7c76ecd9c99b ("xfrm: enforce validity of offload input flags"). Signed-off-by: Petr Vaněk Signed-off-by: Steffen Klassert --- diff --git a/include/uapi/linux/xfrm.h b/include/uapi/linux/xfrm.h index 3ed61df9cc915..7929bf9cbee47 100644 --- a/include/uapi/linux/xfrm.h +++ b/include/uapi/linux/xfrm.h @@ -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. */