Skip to content

Commit 9fc86a8

Browse files
retrodoodpcmoore
authored andcommitted
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>
1 parent fe78e02 commit 9fc86a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

security/security.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2181,7 +2181,7 @@ int security_inode_symlink(struct inode *dir, struct dentry *dentry,
21812181
}
21822182

21832183
/**
2184-
* security_inode_mkdir() - Check if creation a new director is allowed
2184+
* security_inode_mkdir() - Check if creating a new directory is allowed
21852185
* @dir: parent directory
21862186
* @dentry: new directory
21872187
* @mode: new directory mode

0 commit comments

Comments
 (0)