diff options
| author | Ricardo Robaina <rrobaina@redhat.com> | 2025-10-08 11:27:19 -0300 |
|---|---|---|
| committer | Paul Moore <paul@paul-moore.com> | 2025-10-22 19:28:06 -0400 |
| commit | 4f7b54e17eddac93c78151ffc80b8437ab11c90b (patch) | |
| tree | 31d79aa37dc06be759d816be106f2790a5d94a71 | |
| parent | 211ddde0823f1442e4ad052a2f30f050145ccada (diff) | |
audit: fix comment misindentation in audit.h
Minor comment misindentation adjustment.
Signed-off-by: Ricardo Robaina <rrobaina@redhat.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
| -rw-r--r-- | kernel/audit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/audit.h b/kernel/audit.h index 0f05933a173b..7c401729e21b 100644 --- a/kernel/audit.h +++ b/kernel/audit.h @@ -138,7 +138,7 @@ struct audit_context { struct audit_aux_data *aux_pids; struct sockaddr_storage *sockaddr; size_t sockaddr_len; - /* Save things to print about task_struct */ + /* Save things to print about task_struct */ pid_t ppid; kuid_t uid, euid, suid, fsuid; kgid_t gid, egid, sgid, fsgid; |
