Message ID | 20231004200808.317935-2-paul@paul-moore.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Paul Moore |
Headers | show |
Series | lsm: fix a spelling mistake | expand |
On Wed, Oct 4, 2023 at 4:08 PM Paul Moore <paul@paul-moore.com> wrote: > > Fix a spelling mistake in the security_inode_notifysecctx() kdoc > header block. > > Signed-off-by: Paul Moore <paul@paul-moore.com> > --- > security/security.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) ... and it's merged into lsm/next without delay because it's trivial, obviously correct, and is limited to the comments (no code change).
diff --git a/security/security.c b/security/security.c index 7b0052e96806..dcb3e7014f9b 100644 --- a/security/security.c +++ b/security/security.c @@ -3957,7 +3957,7 @@ void security_inode_invalidate_secctx(struct inode *inode) EXPORT_SYMBOL(security_inode_invalidate_secctx); /** - * security_inode_notifysecctx() - Nofify the LSM of an inode's security label + * security_inode_notifysecctx() - Notify the LSM of an inode's security label * @inode: inode * @ctx: secctx * @ctxlen: length of secctx
Fix a spelling mistake in the security_inode_notifysecctx() kdoc header block. Signed-off-by: Paul Moore <paul@paul-moore.com> --- security/security.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)