diff options
| author | Kalevi Kolttonen <[email protected]> | 2025-05-15 20:23:40 +0000 |
|---|---|---|
| committer | Paul Moore <[email protected]> | 2025-06-16 22:43:13 +0000 |
| commit | 9fc86a85f36c51dd9e628c82091326151c8ff638 (patch) | |
| tree | 1e5f61f8a354b9632326302840f0f87f4d81ec87 | |
| parent | Merge tag 'vfs-6.16-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... (diff) | |
| download | kernel-9fc86a85f36c51dd9e628c82091326151c8ff638.tar.gz kernel-9fc86a85f36c51dd9e628c82091326151c8ff638.zip | |
lsm: trivial comment fix
Fix a typo in the security_inode_mkdir() comment block.
Signed-off-by: Kalevi Kolttonen <[email protected]>
[PM: subject tweak, add description]
Signed-off-by: Paul Moore <[email protected]>
| -rw-r--r-- | security/security.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/security.c b/security/security.c index 596d41818577..fc8405928cc7 100644 --- a/security/security.c +++ b/security/security.c @@ -2181,7 +2181,7 @@ int security_inode_symlink(struct inode *dir, struct dentry *dentry, } /** - * security_inode_mkdir() - Check if creation a new director is allowed + * security_inode_mkdir() - Check if creating a new directory is allowed * @dir: parent directory * @dentry: new directory * @mode: new directory mode |
