From 626e33fa20c852caef037edef77fac590e7a9dc0 Mon Sep 17 00:00:00 2001 From: Kalevi Kolttonen Date: Fri, 1 May 2026 21:59:39 +0300 Subject: selinux: comment typo fix in selinuxfs.c Signed-off-by: Kalevi Kolttonen [PM: updated subject line] Signed-off-by: Paul Moore --- security/selinux/selinuxfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/selinux/selinuxfs.c b/security/selinux/selinuxfs.c index 5150361ed1bb..c95ec5c46420 100644 --- a/security/selinux/selinuxfs.c +++ b/security/selinux/selinuxfs.c @@ -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) -- cgit v1.2.3