Re: [PATCH] Trivial fix comment
From: Paul Moore <paul@paul-moore.com>
Date: 2025-06-10 23:59:38
On May 15, 2025 Kalevi Kolttonen [off-list ref] wrote:
Signed-off-by: Kalevi Kolttonen <redacted> --- security/security.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Merged into lsm/dev but I fixed the subject line and added a simple commit description. Please take a look and apply these lessons to any future submissions.
quoted hunk ↗ jump to hunk
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-- 2.49.0
-- paul-moore.com