]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
selinux: comment typo fix in selinuxfs.c
authorKalevi Kolttonen <kalevi@kolttonen.fi>
Fri, 1 May 2026 18:59:39 +0000 (21:59 +0300)
committerPaul Moore <paul@paul-moore.com>
Thu, 28 May 2026 00:09:20 +0000 (20:09 -0400)
Signed-off-by: Kalevi Kolttonen <kalevi@kolttonen.fi>
[PM: updated subject line]
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/selinuxfs.c

index 5150361ed1bb08477027874398e0d1d95deef2ff..c95ec5c46420471bb9b2d1fc17d3257844c728aa 100644 (file)
@@ -859,7 +859,7 @@ static const struct file_operations transaction_ops = {
 /*
  * payload - write methods
  * If the method has a response, the response should be put in buf,
- * and the length returned.  Otherwise return 0 or and -error.
+ * and the length returned.  Otherwise return 0 or -error.
  */
 
 static ssize_t sel_write_access(struct file *file, char *buf, size_t size)