[PATCH] lsm: fix a spelling mistake
Paul Moore
paul at paul-moore.com
Wed Oct 4 20:08:09 UTC 2023
Fix a spelling mistake in the security_inode_notifysecctx() kdoc
header block.
Signed-off-by: Paul Moore <paul at paul-moore.com>
---
security/security.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.42.0
More information about the Linux-security-module-archive
mailing list