]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
audit: fix comment misindentation in audit.h
authorRicardo Robaina <rrobaina@redhat.com>
Wed, 8 Oct 2025 14:27:19 +0000 (11:27 -0300)
committerPaul Moore <paul@paul-moore.com>
Wed, 22 Oct 2025 23:28:06 +0000 (19:28 -0400)
Minor comment misindentation adjustment.

Signed-off-by: Ricardo Robaina <rrobaina@redhat.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
kernel/audit.h

index 0f05933a173be0f92e3857cba6e1b55e1ef94816..7c401729e21bbcb062e2d5f3059d4496ed83529b 100644 (file)
@@ -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;