mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-05 00:07:48 -04:00
lsm: trivial comment fix
Fix a typo in the security_inode_mkdir() comment block. Signed-off-by: Kalevi Kolttonen <kalevi@kolttonen.fi> [PM: subject tweak, add description] Signed-off-by: Paul Moore <paul@paul-moore.com>
This commit is contained in:
committed by
Paul Moore
parent
fe78e02600
commit
9fc86a85f3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user