kernel/audit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Minor comment misindentation adjustment.
Signed-off-by: Ricardo Robaina <rrobaina@redhat.com>
---
kernel/audit.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/audit.h b/kernel/audit.h
index 2a24d01c5fb0..5f277394e945 100644
--- a/kernel/audit.h
+++ b/kernel/audit.h
@@ -133,7 +133,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.51.0
On Oct 8, 2025 Ricardo Robaina <rrobaina@redhat.com> wrote: > > Minor comment misindentation adjustment. > > Signed-off-by: Ricardo Robaina <rrobaina@redhat.com> > --- > kernel/audit.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Merged into audit/dev, thanks. -- paul-moore.com
On Mon, Oct 13, 2025 at 3:40 PM Paul Moore <paul@paul-moore.com> wrote: > > On Oct 8, 2025 Ricardo Robaina <rrobaina@redhat.com> wrote: > > > > Minor comment misindentation adjustment. > > > > Signed-off-by: Ricardo Robaina <rrobaina@redhat.com> > > --- > > kernel/audit.h | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Merged into audit/dev, thanks. > > -- > paul-moore.com > Thanks, Paul!
© 2016 - 2026 Red Hat, Inc.