From: Ricardo Robaina Date: Wed, 8 Oct 2025 14:27:19 +0000 (-0300) Subject: audit: fix comment misindentation in audit.h X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f7b54e17eddac93c78151ffc80b8437ab11c90b;p=thirdparty%2Flinux.git audit: fix comment misindentation in audit.h Minor comment misindentation adjustment. Signed-off-by: Ricardo Robaina Signed-off-by: Paul Moore --- 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;