From 4f7b54e17eddac93c78151ffc80b8437ab11c90b Mon Sep 17 00:00:00 2001 From: Ricardo Robaina Date: Wed, 8 Oct 2025 11:27:19 -0300 Subject: [PATCH] audit: fix comment misindentation in audit.h Minor comment misindentation adjustment. Signed-off-by: Ricardo Robaina Signed-off-by: Paul Moore --- kernel/audit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/audit.h b/kernel/audit.h index 0f05933a173be..7c401729e21bb 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; -- 2.47.3