mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue