diff options
| author | Kalevi Kolttonen <kalevi@kolttonen.fi> | 2026-05-01 21:59:39 +0300 |
|---|---|---|
| committer | Paul Moore <paul@paul-moore.com> | 2026-05-27 20:09:20 -0400 |
| commit | 626e33fa20c852caef037edef77fac590e7a9dc0 (patch) | |
| tree | d06819dca162fa161f5fb6a312520df798f8f979 /security | |
| parent | 54067bacb49caeada82b20b6bd706dca0cb99ffc (diff) | |
| download | linux-next-history-626e33fa20c852caef037edef77fac590e7a9dc0.tar.gz | |
selinux: comment typo fix in selinuxfs.c
Signed-off-by: Kalevi Kolttonen <kalevi@kolttonen.fi>
[PM: updated subject line]
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'security')
| -rw-r--r-- | security/selinux/selinuxfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
