From: Ricardo Robaina Date: Wed, 8 Oct 2025 14:27:19 +0000 (-0300) Subject: audit: fix comment misindentation in audit.h X-Git-Tag: ceph-for-6.19-rc5~283^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4f7b54e17eddac93c78151ffc80b8437ab11c90b;p=ceph-client.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 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;