mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02: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:
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user