From: Kalevi Kolttonen Date: Fri, 1 May 2026 18:59:39 +0000 (+0300) Subject: selinux: comment typo fix in selinuxfs.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=626e33fa20c852caef037edef77fac590e7a9dc0;p=thirdparty%2Fkernel%2Flinux.git selinux: comment typo fix in selinuxfs.c Signed-off-by: Kalevi Kolttonen [PM: updated subject line] Signed-off-by: Paul Moore --- diff --git a/security/selinux/selinuxfs.c b/security/selinux/selinuxfs.c index 5150361ed1bb0..c95ec5c464204 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)