mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 03:27:30 -04:00
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>
This commit is contained in:
committed by
Paul Moore
parent
54067bacb4
commit
626e33fa20
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user