[PATCH] audit: fix comment misindentation in audit.h

Ricardo Robaina posted 1 patch 4 months ago
kernel/audit.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] audit: fix comment misindentation in audit.h
Posted by Ricardo Robaina 4 months ago
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
Re: [PATCH] audit: fix comment misindentation in audit.h
Posted by Paul Moore 3 months, 3 weeks ago
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
Re: [PATCH] audit: fix comment misindentation in audit.h
Posted by Ricardo Robaina 3 months, 3 weeks ago
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!