Message ID | Zit-sTZoYp_JnQfd@Antony2201.local (mailing list archive) |
---|---|
State | Awaiting Upstream |
Headers | show |
Series | [ipsec] xfrm: Correct spelling mistake in xfrm.h comment | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
Fri, Apr 26, 2024 at 12:15:13PM CEST, antony@phenome.org wrote: >From: Antony Antony <antony.antony@secunet.com> > >A spelling error was found in the comment section of >include/uapi/linux/xfrm.h. Since this header file is copied to many >userspace programs and undergoes Debian spellcheck, it's preferable to >fix it in upstream rather than downstream having exceptions. > >This commit fixes the spelling mistake. > >Fixes: df71837d5024 ("[LSM-IPSec]: Security association restriction.") >Signed-off-by: Antony Antony <antony.antony@secunet.com> Reviewed-by: Jiri Pirko <jiri@nvidia.com>
On Fri, Apr 26, 2024 at 12:15:13PM +0200, Antony Antony wrote: > From: Antony Antony <antony.antony@secunet.com> > > A spelling error was found in the comment section of > include/uapi/linux/xfrm.h. Since this header file is copied to many > userspace programs and undergoes Debian spellcheck, it's preferable to > fix it in upstream rather than downstream having exceptions. > > This commit fixes the spelling mistake. > > Fixes: df71837d5024 ("[LSM-IPSec]: Security association restriction.") > Signed-off-by: Antony Antony <antony.antony@secunet.com> Applied, thanks Antony!
diff --git a/include/uapi/linux/xfrm.h b/include/uapi/linux/xfrm.h index 6a77328be114..594b66e16395 100644 --- a/include/uapi/linux/xfrm.h +++ b/include/uapi/linux/xfrm.h @@ -228,7 +228,7 @@ enum { #define XFRM_NR_MSGTYPES (XFRM_MSG_MAX + 1 - XFRM_MSG_BASE) /* - * Generic LSM security context for comunicating to user space + * Generic LSM security context for communicating to user space * NOTE: Same format as sadb_x_sec_ctx */ struct xfrm_user_sec_ctx {